Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Class and Description |
---|---|
class |
InlineDocumentContent
The content of an inline document.
|
class |
ObjectStorageLocations
A list of object locations in Object Storage.
|
Modifier and Type | Method and Description |
---|---|
InputLocation |
ProcessorJob.getInputLocation() |
InputLocation |
CreateProcessorJobDetails.getInputLocation() |
Modifier and Type | Method and Description |
---|---|
ProcessorJob.Builder |
ProcessorJob.Builder.inputLocation(InputLocation inputLocation) |
CreateProcessorJobDetails.Builder |
CreateProcessorJobDetails.Builder.inputLocation(InputLocation inputLocation) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.