Struct aws_sdk_transcribe::output::ListLanguageModelsOutput [−][src]
#[non_exhaustive]pub struct ListLanguageModelsOutput {
pub next_token: Option<String>,
pub models: Option<Vec<LanguageModel>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.next_token: Option<String>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.
models: Option<Vec<LanguageModel>>A list of objects containing information about custom language models.
Implementations
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.
Creates a new builder-style object to manufacture ListLanguageModelsOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ListLanguageModelsOutput
impl Send for ListLanguageModelsOutput
impl Sync for ListLanguageModelsOutput
impl Unpin for ListLanguageModelsOutput
impl UnwindSafe for ListLanguageModelsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more