You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TranscribeService::Types::InputDataConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InputDataConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_uri: "Uri", # required
  tuning_data_s3_uri: "Uri",
  data_access_role_arn: "DataAccessRoleArn", # required
}

The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arnString

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.

Returns:

  • (String)

    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.

#s3_uriString

The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.

Returns:

  • (String)

    The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.

#tuning_data_s3_uriString

The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.

Returns:

  • (String)

    The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.