Class GetModelOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.language_translator.v3.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. -
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.Model ID of the model to get.
- Returns:
- the modelId
-