Uses of Class
com.oracle.bmc.aidocument.model.InputLocation
-
Packages that use InputLocation Package Description com.oracle.bmc.aidocument.model -
-
Uses of InputLocation in com.oracle.bmc.aidocument.model
Subclasses of InputLocation in com.oracle.bmc.aidocument.model Modifier and Type Class Description class
InlineDocumentContent
The content of an inline document.class
ObjectStorageLocations
A list of object locations in Object Storage.Methods in com.oracle.bmc.aidocument.model that return InputLocation Modifier and Type Method Description InputLocation
CreateProcessorJobDetails. getInputLocation()
InputLocation
ProcessorJob. getInputLocation()
Methods in com.oracle.bmc.aidocument.model with parameters of type InputLocation Modifier and Type Method Description CreateProcessorJobDetails.Builder
CreateProcessorJobDetails.Builder. inputLocation(InputLocation inputLocation)
ProcessorJob.Builder
ProcessorJob.Builder. inputLocation(InputLocation inputLocation)
Constructors in com.oracle.bmc.aidocument.model with parameters of type InputLocation Constructor Description CreateProcessorJobDetails(InputLocation inputLocation, OutputLocation outputLocation, String compartmentId, String displayName, ProcessorConfig processorConfig)
Deprecated.ProcessorJob(String id, String compartmentId, String displayName, ProcessorConfig processorConfig, InputLocation inputLocation, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete, OutputLocation outputLocation, ProcessorJob.LifecycleState lifecycleState, ProcessorJob.LifecycleDetails lifecycleDetails)
Deprecated.
-