Package com.oracle.bmc.ailanguage.model
Class JobSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.model.JobSummary.Builder
 
- 
- Enclosing class:
- JobSummary
 
 public static class JobSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JobSummarybuild()JobSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment where you want to create the job.JobSummary.BuildercompletedDocuments(Integer completedDocuments)Number of documents processed for prediction.JobSummary.Buildercopy(JobSummary model)JobSummary.BuildercreatedBy(String createdBy)The OCID of the user who created the job.JobSummary.Builderdescription(String description)A short description of the job.JobSummary.BuilderdisplayName(String displayName)A user-friendly display name for the job.JobSummary.BuilderfailedDocuments(Integer failedDocuments)Number of documents failed for prediction.JobSummary.Builderid(String id)The OCID of the job.JobSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.JobSummary.BuilderlifecycleState(Job.LifecycleState lifecycleState)The current state of the Speech Job.JobSummary.BuilderpendingDocuments(Integer pendingDocuments)Number of documents still to process.JobSummary.BuilderpercentComplete(Integer percentComplete)How much progress the operation has made, vs the total amount of work that must be performed.JobSummary.BuildertimeAccepted(Date timeAccepted)Job accepted time.JobSummary.BuildertimeCompleted(Date timeCompleted)Job finished time.JobSummary.BuildertimeStarted(Date timeStarted)Job started time.JobSummary.BuildertotalDocuments(Integer totalDocuments)Total number of documents given as input for prediction.JobSummary.BuilderwarningsCount(Integer warningsCount)warnings count
 
- 
- 
- 
Method Detail- 
idpublic JobSummary.Builder id(String id) The OCID of the job.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic JobSummary.Builder displayName(String displayName) A user-friendly display name for the job.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic JobSummary.Builder description(String description) A short description of the job.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic JobSummary.Builder compartmentId(String compartmentId) The OCID of the compartment where you want to create the job.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic JobSummary.Builder lifecycleState(Job.LifecycleState lifecycleState) The current state of the Speech Job.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic JobSummary.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
percentCompletepublic JobSummary.Builder percentComplete(Integer percentComplete) How much progress the operation has made, vs the total amount of work that must be performed.- Parameters:
- percentComplete- the value to set
- Returns:
- this builder
 
 - 
totalDocumentspublic JobSummary.Builder totalDocuments(Integer totalDocuments) Total number of documents given as input for prediction.For CSV this signifies number of rows and for TXT this signifies number of files. - Parameters:
- totalDocuments- the value to set
- Returns:
- this builder
 
 - 
pendingDocumentspublic JobSummary.Builder pendingDocuments(Integer pendingDocuments) Number of documents still to process.For CSV this signifies number of rows and for TXT this signifies number of files. - Parameters:
- pendingDocuments- the value to set
- Returns:
- this builder
 
 - 
completedDocumentspublic JobSummary.Builder completedDocuments(Integer completedDocuments) Number of documents processed for prediction.For CSV this signifies number of rows and for TXT this signifies number of files. - Parameters:
- completedDocuments- the value to set
- Returns:
- this builder
 
 - 
failedDocumentspublic JobSummary.Builder failedDocuments(Integer failedDocuments) Number of documents failed for prediction.For CSV this signifies number of rows and for TXT this signifies number of files. - Parameters:
- failedDocuments- the value to set
- Returns:
- this builder
 
 - 
warningsCountpublic JobSummary.Builder warningsCount(Integer warningsCount) warnings count- Parameters:
- warningsCount- the value to set
- Returns:
- this builder
 
 - 
createdBypublic JobSummary.Builder createdBy(String createdBy) The OCID of the user who created the job.- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
timeAcceptedpublic JobSummary.Builder timeAccepted(Date timeAccepted) Job accepted time.- Parameters:
- timeAccepted- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic JobSummary.Builder timeStarted(Date timeStarted) Job started time.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
timeCompletedpublic JobSummary.Builder timeCompleted(Date timeCompleted) Job finished time.- Parameters:
- timeCompleted- the value to set
- Returns:
- this builder
 
 - 
buildpublic JobSummary build() 
 - 
copypublic JobSummary.Builder copy(JobSummary model) 
 
- 
 
-