Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Class and Description |
---|---|
class |
ObjectStorageFileNameLocation
list of text files need to be used for prediction
Note: Objects should always be created or deserialized using the ObjectStorageFileNameLocation.Builder . |
class |
ObjectStoragePrefixLocation
Properties specific to object storage prefix location
Note: Objects should always be created or deserialized using the ObjectStoragePrefixLocation.Builder . |
Modifier and Type | Method and Description |
---|---|
InputLocation |
Job.getInputLocation() |
InputLocation |
CreateJobDetails.getInputLocation() |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.inputLocation(InputLocation inputLocation) |
CreateJobDetails.Builder |
CreateJobDetails.Builder.inputLocation(InputLocation inputLocation) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.