public static interface ListLanguageModelsRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<ListLanguageModelsRequest.Builder,ListLanguageModelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLanguageModelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of language models to return in the response.
|
ListLanguageModelsRequest.Builder |
nameContains(String nameContains)
When specified, the custom language model names returned contain the substring you've specified.
|
ListLanguageModelsRequest.Builder |
nextToken(String nextToken)
When included, fetches the next set of jobs if the result of the previous request was truncated.
|
ListLanguageModelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLanguageModelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLanguageModelsRequest.Builder |
statusEquals(ModelStatus statusEquals)
When specified, returns only custom language models with the specified status.
|
ListLanguageModelsRequest.Builder |
statusEquals(String statusEquals)
When specified, returns only custom language models with the specified status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLanguageModelsRequest.Builder statusEquals(String statusEquals)
When specified, returns only custom language models with the specified status. Language models are ordered by creation date, with the newest models first. If you don't specify a status, Amazon Transcribe returns all custom language models ordered by date.
statusEquals - When specified, returns only custom language models with the specified status. Language models are
ordered by creation date, with the newest models first. If you don't specify a status, Amazon
Transcribe returns all custom language models ordered by date.ModelStatus,
ModelStatusListLanguageModelsRequest.Builder statusEquals(ModelStatus statusEquals)
When specified, returns only custom language models with the specified status. Language models are ordered by creation date, with the newest models first. If you don't specify a status, Amazon Transcribe returns all custom language models ordered by date.
statusEquals - When specified, returns only custom language models with the specified status. Language models are
ordered by creation date, with the newest models first. If you don't specify a status, Amazon
Transcribe returns all custom language models ordered by date.ModelStatus,
ModelStatusListLanguageModelsRequest.Builder nameContains(String nameContains)
When specified, the custom language model names returned contain the substring you've specified.
nameContains - When specified, the custom language model names returned contain the substring you've specified.ListLanguageModelsRequest.Builder nextToken(String nextToken)
When included, fetches the next set of jobs if the result of the previous request was truncated.
nextToken - When included, fetches the next set of jobs if the result of the previous request was truncated.ListLanguageModelsRequest.Builder maxResults(Integer maxResults)
The maximum number of language models to return in the response. If there are fewer results in the list, the response contains only the actual results.
maxResults - The maximum number of language models to return in the response. If there are fewer results in the
list, the response contains only the actual results.ListLanguageModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLanguageModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.