#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListLanguageModelsOutput
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.
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.
Appends an item to models
.
To override the contents of this collection use set_models
.
A list of objects containing information about custom language models.
A list of objects containing information about custom language models.
Consumes the builder and constructs a ListLanguageModelsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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