ListLanguageModelsRequest

public struct ListLanguageModelsRequest : AWSShape
extension TranscribeService.ListLanguageModelsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let maxResults: Int?
  • When specified, the custom language model names returned contain the substring you’ve specified.

    Declaration

    Swift

    public let nameContains: String?
  • When included, fetches the next set of jobs if the result of the previous request was truncated.

    Declaration

    Swift

    public let nextToken: String?
  • 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.

    Declaration

    Swift

    public let statusEquals: ModelStatus?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil, statusEquals: ModelStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws