class Aws::TranscribeService::Types::ListLanguageModelsRequest
@note When making an API call, you may pass ListLanguageModelsRequest
data as a hash: { status_equals: "IN_PROGRESS", # accepts IN_PROGRESS, FAILED, COMPLETED name_contains: "ModelName", next_token: "NextToken", max_results: 1, }
@!attribute [rw] status_equals
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. @return [String]
@!attribute [rw] name_contains
When specified, the custom language model names returned contain the substring you've specified. @return [String]
@!attribute [rw] next_token
When included, fetches the next set of jobs if the result of the previous request was truncated. @return [String]
@!attribute [rw] max_results
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListLanguageModelsRequest AWS API Documentation
Constants
- SENSITIVE