Struct aws_sdk_transcribe::model::language_model::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for LanguageModel
Implementations
The name of the custom language model.
The name of the custom language model.
The time the custom language model was created.
The time the custom language model was created.
The most recent time the custom language model was modified.
The most recent time the custom language model was modified.
The language code you used to create your custom language model.
The language code you used to create your custom language model.
The Amazon Transcribe standard language model, or base model used to create the custom language model.
The Amazon Transcribe standard language model, or base model used to create the custom language model.
The creation status of a custom language model. When the status is COMPLETED the model is
ready for use.
The creation status of a custom language model. When the status is COMPLETED the model is
ready for use.
Whether the base model used for the custom language model is up to date. If this field is true
then you are running the most up-to-date version of the base model in your custom language model.
Whether the base model used for the custom language model is up to date. If this field is true
then you are running the most up-to-date version of the base model in your custom language model.
The reason why the custom language model couldn't be created.
The reason why the custom language model couldn't be created.
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
Consumes the builder and constructs a LanguageModel
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