Class CreateDatasetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservice.model.CreateDatasetDetails.Builder
-
- Enclosing class:
- CreateDatasetDetails
public static class CreateDatasetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateDatasetDetails.Builder displayName(String displayName)
A user-friendly display name for the resource.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public CreateDatasetDetails.Builder description(String description)
A user provided description of the dataset- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public CreateDatasetDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment of the resource.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
annotationFormat
public CreateDatasetDetails.Builder annotationFormat(String annotationFormat)
The annotation format name required for labeling records.- Parameters:
annotationFormat
- the value to set- Returns:
- this builder
-
datasetSourceDetails
public CreateDatasetDetails.Builder datasetSourceDetails(DatasetSourceDetails datasetSourceDetails)
-
datasetFormatDetails
public CreateDatasetDetails.Builder datasetFormatDetails(DatasetFormatDetails datasetFormatDetails)
-
initialRecordGenerationConfiguration
public CreateDatasetDetails.Builder initialRecordGenerationConfiguration(InitialRecordGenerationConfiguration initialRecordGenerationConfiguration)
-
initialImportDatasetConfiguration
public CreateDatasetDetails.Builder initialImportDatasetConfiguration(InitialImportDatasetConfiguration initialImportDatasetConfiguration)
-
labelSet
public CreateDatasetDetails.Builder labelSet(LabelSet labelSet)
-
labelingInstructions
public CreateDatasetDetails.Builder labelingInstructions(String labelingInstructions)
The labeling instructions for human labelers in rich text format- Parameters:
labelingInstructions
- the value to set- Returns:
- this builder
-
freeformTags
public CreateDatasetDetails.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
-
definedTags
public CreateDatasetDetails.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
-
build
public CreateDatasetDetails build()
-
copy
public CreateDatasetDetails.Builder copy(CreateDatasetDetails model)
-
-