Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data InputDataConfig Source #
The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.
See: newInputDataConfig
smart constructor.
InputDataConfig' | |
|
Instances
Create a value of InputDataConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tuningDataS3Uri:InputDataConfig'
, inputDataConfig_tuningDataS3Uri
- The Amazon S3 prefix you specify to access the plain text files that you
use to tune your custom language model.
$sel:s3Uri:InputDataConfig'
, inputDataConfig_s3Uri
- The Amazon S3 prefix you specify to access the plain text files that you
use to train your custom language model.
$sel:dataAccessRoleArn:InputDataConfig'
, inputDataConfig_dataAccessRoleArn
- 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.
inputDataConfig_tuningDataS3Uri :: Lens' InputDataConfig (Maybe Text) Source #
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
inputDataConfig_s3Uri :: Lens' InputDataConfig Text Source #
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
inputDataConfig_dataAccessRoleArn :: Lens' InputDataConfig Text Source #
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.