public static interface ListLanguageModelsResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListLanguageModelsResponse.Builder,ListLanguageModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLanguageModelsResponse.Builder |
models(Collection<LanguageModel> models)
A list of objects containing information about custom language models.
|
ListLanguageModelsResponse.Builder |
models(Consumer<LanguageModel.Builder>... models)
A list of objects containing information about custom language models.
|
ListLanguageModelsResponse.Builder |
models(LanguageModel... models)
A list of objects containing information about custom language models.
|
ListLanguageModelsResponse.Builder |
nextToken(String nextToken)
The operation returns a page of jobs at a time.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLanguageModelsResponse.Builder nextToken(String nextToken)
The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults
parameter. If there are more language models in the list than the page size, Amazon Transcribe returns the
NextPage token. Include the token in the next request to the operation to return the next page
of language models.
nextToken - The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults
parameter. If there are more language models in the list than the page size, Amazon Transcribe returns
the NextPage token. Include the token in the next request to the operation to return the
next page of language models.ListLanguageModelsResponse.Builder models(Collection<LanguageModel> models)
A list of objects containing information about custom language models.
models - A list of objects containing information about custom language models.ListLanguageModelsResponse.Builder models(LanguageModel... models)
A list of objects containing information about custom language models.
models - A list of objects containing information about custom language models.ListLanguageModelsResponse.Builder models(Consumer<LanguageModel.Builder>... models)
A list of objects containing information about custom language models.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #models(List) .models - a consumer that will call methods on List.Builder #models(List) Copyright © 2021. All rights reserved.