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 class
GetModelOptions.Builder
Builder.static interface
GetModelOptions.ModelId
The identifier of the model in the form of its name from the output of the **Get a model** method. -
Method Summary
Modifier and Type Method Description String
modelId()
Gets the modelId.GetModelOptions.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 GetModelOptions builder
-
modelId
Gets the modelId.The identifier of the model in the form of its name from the output of the **Get a model** method. (**Note:** The model `ar-AR_BroadbandModel` is deprecated; use `ar-MS_BroadbandModel` instead.).
- Returns:
- the modelId
-