Uses of Class
com.oracle.bmc.ailanguage.model.InputLocation
-
Packages that use InputLocation Package Description com.oracle.bmc.ailanguage.model -
-
Uses of InputLocation in com.oracle.bmc.ailanguage.model
Subclasses of InputLocation in com.oracle.bmc.ailanguage.model Modifier and Type Class Description class
ObjectStorageFileNameLocation
list of text files need to be used for prediction
Note: Objects should always be created or deserialized using theObjectStorageFileNameLocation.Builder
.class
ObjectStoragePrefixLocation
Properties specific to object storage prefix location
Note: Objects should always be created or deserialized using theObjectStoragePrefixLocation.Builder
.Methods in com.oracle.bmc.ailanguage.model that return InputLocation Modifier and Type Method Description InputLocation
CreateJobDetails. getInputLocation()
InputLocation
Job. getInputLocation()
Methods in com.oracle.bmc.ailanguage.model with parameters of type InputLocation Modifier and Type Method Description CreateJobDetails.Builder
CreateJobDetails.Builder. inputLocation(InputLocation inputLocation)
Job.Builder
Job.Builder. inputLocation(InputLocation inputLocation)
Constructors in com.oracle.bmc.ailanguage.model with parameters of type InputLocation Constructor Description CreateJobDetails(String displayName, String description, String compartmentId, InputLocation inputLocation, InputConfiguration inputConfiguration, List<ModelMetadataDetails> modelMetadataDetails, ObjectPrefixOutputLocation outputLocation)
Deprecated.Job(String id, String displayName, String description, InputLocation inputLocation, InputConfiguration inputConfiguration, List<ModelMetadataDetails> modelMetadataDetails, String compartmentId, Job.LifecycleState lifecycleState, String lifecycleDetails, Integer percentComplete, Integer totalDocuments, Integer pendingDocuments, Integer completedDocuments, Integer failedDocuments, Integer warningsCount, ObjectPrefixOutputLocation outputLocation, Integer ttlInDays, String createdBy, Date timeAccepted, Date timeStarted, Date timeCompleted)
Deprecated.
-