Struct aws_sdk_transcribe::model::input_data_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for InputDataConfig
Implementations
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
The Amazon Resource Name (ARN) that uniquely identifies the permissions you've given Amazon Transcribe to access your Amazon S3 buckets containing your media files or text data. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
.
The Amazon Resource Name (ARN) that uniquely identifies the permissions you've given Amazon Transcribe to access your Amazon S3 buckets containing your media files or text data. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
.
Consumes the builder and constructs a InputDataConfig
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