Class GetModelFileOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.GetModelFileOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetModelFileOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getModelFile options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetModelFileOptions.BuilderBuilder.static interfaceGetModelFileOptions.FeatureThe feature for the model.static interfaceGetModelFileOptions.ModelFormatThe format of the returned model. -
Method Summary
Modifier and Type Method Description StringcollectionId()Gets the collectionId.Stringfeature()Gets the feature.StringmodelFormat()Gets the modelFormat.GetModelFileOptions.BuildernewBuilder()New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a GetModelFileOptions builder
-
collectionId
Gets the collectionId.The identifier of the collection.
- Returns:
- the collectionId
-
feature
Gets the feature.The feature for the model.
- Returns:
- the feature
-
modelFormat
Gets the modelFormat.The format of the returned model.
- Returns:
- the modelFormat
-