Class ListCustomModelsOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.ListCustomModelsOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListCustomModelsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listCustomModels options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListCustomModelsOptions.Builder
Builder.static interface
ListCustomModelsOptions.Language
The language for which custom models that are owned by the requesting credentials are to be returned. -
Method Summary
Modifier and Type Method Description String
language()
Gets the language.ListCustomModelsOptions.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 ListCustomModelsOptions builder
-
language
Gets the language.The language for which custom models that are owned by the requesting credentials are to be returned. Omit the parameter to see all custom models that are owned by the requester.
- Returns:
- the language
-