You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TranscribeService::Types::ListLanguageModelsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListLanguageModelsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  status_equals: "IN_PROGRESS", # accepts IN_PROGRESS, FAILED, COMPLETED
  name_contains: "ModelName",
  next_token: "NextToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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.

Returns:

  • (Integer)

    The maximum number of language models to return in the response.

#name_containsString

When specified, the custom language model names returned contain the substring you\'ve specified.

Returns:

  • (String)

    When specified, the custom language model names returned contain the substring you\'ve specified.

#next_tokenString

When included, fetches the next set of jobs if the result of the previous request was truncated.

Returns:

  • (String)

    When included, fetches the next set of jobs if the result of the previous request was truncated.

#status_equalsString

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.

Possible values:

  • IN_PROGRESS
  • FAILED
  • COMPLETED

Returns:

  • (String)

    When specified, returns only custom language models with the specified status.