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 class
GetModelFileOptions.Builder
Builder.static interface
GetModelFileOptions.Feature
The feature for the model.static interface
GetModelFileOptions.ModelFormat
The format of the returned model. -
Method Summary
Modifier and Type Method Description String
collectionId()
Gets the collectionId.String
feature()
Gets the feature.String
modelFormat()
Gets the modelFormat.GetModelFileOptions.Builder
newBuilder()
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
-