Package com.oracle.bmc.ailanguage.model
Class CreateJobDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.ailanguage.model.CreateJobDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20221001") public final class CreateJobDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelJob creation detail which will have documents on which language services need to run prediction along with output folder
 Note: Objects should always be created or deserialized using theCreateJobDetails.Builder.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the CreateJobDetails.Builder, which maintain a set of all explicitly set fields calledCreateJobDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateJobDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description CreateJobDetails(String displayName, String description, String compartmentId, InputLocation inputLocation, InputConfiguration inputConfiguration, List<ModelMetadataDetails> modelMetadataDetails, ObjectPrefixOutputLocation outputLocation)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateJobDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The OCID of the compartment where you want to create the job.StringgetDescription()A short description of the job.StringgetDisplayName()A user-friendly display name for the job.InputConfigurationgetInputConfiguration()InputLocationgetInputLocation()List<ModelMetadataDetails>getModelMetadataDetails()training model details For this release only one model is allowed to be input here.ObjectPrefixOutputLocationgetOutputLocation()inthashCode()CreateJobDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CreateJobDetails@Deprecated @ConstructorProperties({"displayName","description","compartmentId","inputLocation","inputConfiguration","modelMetadataDetails","outputLocation"}) public CreateJobDetails(String displayName, String description, String compartmentId, InputLocation inputLocation, InputConfiguration inputConfiguration, List<ModelMetadataDetails> modelMetadataDetails, ObjectPrefixOutputLocation outputLocation) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateJobDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateJobDetails.Builder toBuilder() 
 - 
getDisplayNamepublic String getDisplayName() A user-friendly display name for the job.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() A short description of the job.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment where you want to create the job.- Returns:
- the value
 
 - 
getInputLocationpublic InputLocation getInputLocation() 
 - 
getInputConfigurationpublic InputConfiguration getInputConfiguration() 
 - 
getModelMetadataDetailspublic List<ModelMetadataDetails> getModelMetadataDetails() training model details For this release only one model is allowed to be input here.One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API - Returns:
- the value
 
 - 
getOutputLocationpublic ObjectPrefixOutputLocation getOutputLocation() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-