Class RecordAggregationDimensions.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservicedataplane.model.RecordAggregationDimensions.Builder
-
- Enclosing class:
- RecordAggregationDimensions
public static class RecordAggregationDimensions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordAggregationDimensions.BuilderannotationLabelContains(String annotationLabelContains)Whether or not the annotation contains a label.RecordAggregationDimensionsbuild()RecordAggregationDimensions.Buildercopy(RecordAggregationDimensions model)RecordAggregationDimensions.BuilderisLabeled(Boolean isLabeled)Whether or not the record has been labeled and has associated annotations.
-
-
-
Method Detail
-
isLabeled
public RecordAggregationDimensions.Builder isLabeled(Boolean isLabeled)
Whether or not the record has been labeled and has associated annotations.- Parameters:
isLabeled- the value to set- Returns:
- this builder
-
annotationLabelContains
public RecordAggregationDimensions.Builder annotationLabelContains(String annotationLabelContains)
Whether or not the annotation contains a label.- Parameters:
annotationLabelContains- the value to set- Returns:
- this builder
-
build
public RecordAggregationDimensions build()
-
copy
public RecordAggregationDimensions.Builder copy(RecordAggregationDimensions model)
-
-