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 each page of results.
|
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 each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of language models to return in each page of results. If there are fewer results
than the value you specify, only the actual results are returned. If you do not specify a value, the
default of 5 is used.ListLanguageModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLanguageModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.