Package com.oracle.bmc.aivision.model
Class Label.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.Label.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Label
build()
Label.Builder
confidence(Float confidence)
The confidence score between 0 and 1.Label.Builder
copy(Label model)
Label.Builder
name(String name)
The classification catagory label name.
-
-
-
Method Detail
-
name
public Label.Builder name(String name)
The classification catagory label name.- Parameters:
name
- the value to set- Returns:
- this builder
-
confidence
public Label.Builder confidence(Float confidence)
The confidence score between 0 and 1.- Parameters:
confidence
- the value to set- Returns:
- this builder
-
build
public Label build()
-
copy
public Label.Builder copy(Label model)
-
-