Struct aws_sdk_transcribe::operation::describe_language_model::builders::DescribeLanguageModelOutputBuilder
source · #[non_exhaustive]pub struct DescribeLanguageModelOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeLanguageModelOutput
.
Implementations§
source§impl DescribeLanguageModelOutputBuilder
impl DescribeLanguageModelOutputBuilder
sourcepub fn language_model(self, input: LanguageModel) -> Self
pub fn language_model(self, input: LanguageModel) -> Self
Provides information about the specified custom language model.
This parameter also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful, you can use this DescribeLanguageModel
to help identify the reason for this failure.
sourcepub fn set_language_model(self, input: Option<LanguageModel>) -> Self
pub fn set_language_model(self, input: Option<LanguageModel>) -> Self
Provides information about the specified custom language model.
This parameter also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful, you can use this DescribeLanguageModel
to help identify the reason for this failure.
sourcepub fn get_language_model(&self) -> &Option<LanguageModel>
pub fn get_language_model(&self) -> &Option<LanguageModel>
Provides information about the specified custom language model.
This parameter also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful, you can use this DescribeLanguageModel
to help identify the reason for this failure.
sourcepub fn build(self) -> DescribeLanguageModelOutput
pub fn build(self) -> DescribeLanguageModelOutput
Consumes the builder and constructs a DescribeLanguageModelOutput
.
Trait Implementations§
source§impl Clone for DescribeLanguageModelOutputBuilder
impl Clone for DescribeLanguageModelOutputBuilder
source§fn clone(&self) -> DescribeLanguageModelOutputBuilder
fn clone(&self) -> DescribeLanguageModelOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeLanguageModelOutputBuilder
impl Default for DescribeLanguageModelOutputBuilder
source§fn default() -> DescribeLanguageModelOutputBuilder
fn default() -> DescribeLanguageModelOutputBuilder
source§impl PartialEq for DescribeLanguageModelOutputBuilder
impl PartialEq for DescribeLanguageModelOutputBuilder
source§fn eq(&self, other: &DescribeLanguageModelOutputBuilder) -> bool
fn eq(&self, other: &DescribeLanguageModelOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.