Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImageJob |
build() |
ImageJob.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that starts the job.
|
ImageJob.Builder |
copy(ImageJob model) |
ImageJob.Builder |
displayName(String displayName)
The image job display name.
|
ImageJob.Builder |
features(List<ImageFeature> features)
The list of requested document analysis types.
|
ImageJob.Builder |
id(String id)
The job id
|
ImageJob.Builder |
inputLocation(InputLocation inputLocation) |
ImageJob.Builder |
isZipOutputEnabled(Boolean isZipOutputEnabled)
Whether or not to generate a ZIP file containing the results.
|
ImageJob.Builder |
lifecycleDetails(ImageJob.LifecycleDetails lifecycleDetails)
The detailed status of FAILED state.
|
ImageJob.Builder |
lifecycleState(ImageJob.LifecycleState lifecycleState)
The current state of the batch image job.
|
ImageJob.Builder |
outputLocation(OutputLocation outputLocation) |
ImageJob.Builder |
percentComplete(Float percentComplete)
How much progress the operation has made, compared to the total amount of work to be
performed.
|
ImageJob.Builder |
timeAccepted(Date timeAccepted)
The job acceptance time.
|
ImageJob.Builder |
timeFinished(Date timeFinished)
The job finish time.
|
ImageJob.Builder |
timeStarted(Date timeStarted)
The job start time.
|
public ImageJob.Builder id(String id)
The job id
id
- the value to setpublic ImageJob.Builder compartmentId(String compartmentId)
The OCID of the compartment that starts the job.
compartmentId
- the value to setpublic ImageJob.Builder displayName(String displayName)
The image job display name.
displayName
- the value to setpublic ImageJob.Builder features(List<ImageFeature> features)
The list of requested document analysis types.
features
- the value to setpublic ImageJob.Builder inputLocation(InputLocation inputLocation)
public ImageJob.Builder timeAccepted(Date timeAccepted)
The job acceptance time.
timeAccepted
- the value to setpublic ImageJob.Builder timeStarted(Date timeStarted)
The job start time.
timeStarted
- the value to setpublic ImageJob.Builder timeFinished(Date timeFinished)
The job finish time.
timeFinished
- the value to setpublic ImageJob.Builder percentComplete(Float percentComplete)
How much progress the operation has made, compared to the total amount of work to be performed.
percentComplete
- the value to setpublic ImageJob.Builder outputLocation(OutputLocation outputLocation)
public ImageJob.Builder lifecycleState(ImageJob.LifecycleState lifecycleState)
The current state of the batch image job.
lifecycleState
- the value to setpublic ImageJob.Builder lifecycleDetails(ImageJob.LifecycleDetails lifecycleDetails)
The detailed status of FAILED state.
lifecycleDetails
- the value to setpublic ImageJob.Builder isZipOutputEnabled(Boolean isZipOutputEnabled)
Whether or not to generate a ZIP file containing the results.
isZipOutputEnabled
- the value to setpublic ImageJob build()
public ImageJob.Builder copy(ImageJob model)
Copyright © 2016–2024. All rights reserved.