Struct aws_sdk_transcribe::output::create_language_model_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateLanguageModelOutput
Implementations
The language code of the text you've used to create a custom language model.
The language code of the text you've used to create a custom language model.
The Amazon Transcribe standard language model, or base model you've used to create a custom language model.
The Amazon Transcribe standard language model, or base model you've used to create a custom language model.
The name you've chosen for your custom language model.
The name you've chosen for your custom language model.
The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
The status of the custom language model. When the status is COMPLETED the model is ready
to use.
The status of the custom language model. When the status is COMPLETED the model is ready
to use.
Consumes the builder and constructs a CreateLanguageModelOutput
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