Class LabelSet.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservice.model.LabelSet.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelSet
build()
LabelSet.Builder
copy(LabelSet model)
LabelSet.Builder
items(List<Label> items)
An ordered collection of labels that are unique by name.
-
-
-
Method Detail
-
items
public LabelSet.Builder items(List<Label> items)
An ordered collection of labels that are unique by name.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public LabelSet build()
-
copy
public LabelSet.Builder copy(LabelSet model)
-
-