Class Dataset.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservicedataplane.model.Dataset.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Dataset.BuilderadditionalProperties(Map<String,String> additionalProperties)A simple key-value pair that is applied without any predefined name, type, or scope.Dataset.BuilderannotationFormat(String annotationFormat)The annotation format name required for labeling records.Datasetbuild()Dataset.BuildercompartmentId(String compartmentId)The OCID of the compartment of the resource.Dataset.Buildercopy(Dataset model)Dataset.BuilderdatasetFormatDetails(DatasetFormatDetails datasetFormatDetails)Dataset.BuilderdatasetSourceDetails(DatasetSourceDetails datasetSourceDetails)Dataset.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)The defined tags for this resource.Dataset.Builderdescription(String description)A user provided description of the datasetDataset.BuilderdisplayName(String displayName)A user-friendly display name for the resource.Dataset.BuilderfreeformTags(Map<String,String> freeformTags)A simple key-value pair that is applied without any predefined name, type, or scope.Dataset.Builderid(String id)The OCID of the Dataset.Dataset.BuilderinitialImportDatasetConfiguration(InitialImportDatasetConfiguration initialImportDatasetConfiguration)Dataset.BuilderinitialRecordGenerationConfiguration(InitialRecordGenerationConfiguration initialRecordGenerationConfiguration)Dataset.BuilderlabelingInstructions(String labelingInstructions)The labeling instructions for human labelers in rich text formatDataset.BuilderlabelSet(LabelSet labelSet)Dataset.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.Dataset.BuilderlifecycleState(Dataset.LifecycleState lifecycleState)The state of a dataset.Dataset.BuilderlifecycleSubstate(Dataset.LifecycleSubstate lifecycleSubstate)The sub-state of the dataset.Dataset.BuildersystemTags(Map<String,Map<String,Object>> systemTags)The usage of system tag keys.Dataset.BuildertimeCreated(Date timeCreated)The date and time the resource was created, in the timestamp format defined by RFC3339.Dataset.BuildertimeUpdated(Date timeUpdated)The date and time the resource was last updated, in the timestamp format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic Dataset.Builder id(String id) The OCID of the Dataset.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic Dataset.Builder displayName(String displayName) A user-friendly display name for the resource.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic Dataset.Builder compartmentId(String compartmentId) The OCID of the compartment of the resource.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic Dataset.Builder description(String description) A user provided description of the dataset- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Dataset.Builder timeCreated(Date timeCreated) The date and time the resource was created, in the timestamp format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic Dataset.Builder timeUpdated(Date timeUpdated) The date and time the resource was last updated, in the timestamp format defined by RFC3339.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Dataset.Builder lifecycleState(Dataset.LifecycleState lifecycleState) The state of a dataset.CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors. - Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic Dataset.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
lifecycleSubstatepublic Dataset.Builder lifecycleSubstate(Dataset.LifecycleSubstate lifecycleSubstate) The sub-state of the dataset.IMPORT_DATASET - The dataset is being imported. - Parameters:
- lifecycleSubstate- the value to set
- Returns:
- this builder
 
 - 
annotationFormatpublic Dataset.Builder annotationFormat(String annotationFormat) The annotation format name required for labeling records.- Parameters:
- annotationFormat- the value to set
- Returns:
- this builder
 
 - 
datasetSourceDetailspublic Dataset.Builder datasetSourceDetails(DatasetSourceDetails datasetSourceDetails) 
 - 
datasetFormatDetailspublic Dataset.Builder datasetFormatDetails(DatasetFormatDetails datasetFormatDetails) 
 - 
labelSetpublic Dataset.Builder labelSet(LabelSet labelSet) 
 - 
initialRecordGenerationConfigurationpublic Dataset.Builder initialRecordGenerationConfiguration(InitialRecordGenerationConfiguration initialRecordGenerationConfiguration) 
 - 
initialImportDatasetConfigurationpublic Dataset.Builder initialImportDatasetConfiguration(InitialImportDatasetConfiguration initialImportDatasetConfiguration) 
 - 
labelingInstructionspublic Dataset.Builder labelingInstructions(String labelingInstructions) The labeling instructions for human labelers in rich text format- Parameters:
- labelingInstructions- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic Dataset.Builder freeformTags(Map<String,String> freeformTags) A simple key-value pair that is applied without any predefined name, type, or scope.It exists for cross-compatibility only. For example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic Dataset.Builder definedTags(Map<String,Map<String,Object>> definedTags) The defined tags for this resource.Each key is predefined and scoped to a namespace. For example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic Dataset.Builder systemTags(Map<String,Map<String,Object>> systemTags) The usage of system tag keys.These predefined keys are scoped to namespaces. For example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
additionalPropertiespublic Dataset.Builder additionalProperties(Map<String,String> additionalProperties) A simple key-value pair that is applied without any predefined name, type, or scope.It exists for cross-compatibility only. For example: {“bar-key”: “value”} - Parameters:
- additionalProperties- the value to set
- Returns:
- this builder
 
 - 
buildpublic Dataset build() 
 - 
copypublic Dataset.Builder copy(Dataset model) 
 
- 
 
-