Class GetCoreMlModelOptions.Builder
java.lang.Object
com.ibm.watson.visual_recognition.v3.model.GetCoreMlModelOptions.Builder
- Enclosing class:
- GetCoreMlModelOptions
public static class GetCoreMlModelOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description GetCoreMlModelOptions
build()
Builds a GetCoreMlModelOptions.GetCoreMlModelOptions.Builder
classifierId(String classifierId)
Set the classifierId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
classifierId
- the classifierId
-
-
Method Details
-
build
Builds a GetCoreMlModelOptions.- Returns:
- the new GetCoreMlModelOptions instance
-
classifierId
Set the classifierId.- Parameters:
classifierId
- the classifierId- Returns:
- the GetCoreMlModelOptions builder
-