Class GetModelOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.GetModelOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getModel options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetModelOptions.BuilderBuilder.static interfaceGetModelOptions.ModelIdThe identifier of the model in the form of its name from the output of the [List models](#listmodels) method. -
Method Summary
Modifier and Type Method Description StringmodelId()Gets the modelId.GetModelOptions.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 GetModelOptions builder
-
modelId
Gets the modelId.The identifier of the model in the form of its name from the output of the [List models](#listmodels) method. (**Note:** The model `ar-AR_BroadbandModel` is deprecated; use `ar-MS_BroadbandModel` instead.).
- Returns:
- the modelId
-