/AWS1/CL_TNBINPUTDATACONFIG¶
Contains the Amazon S3 location of the training data you want to use to create a new custom language model, and permissions to access this location.
When using InputDataConfig, you must include these sub-parameters:
S3Uri and DataAccessRoleArn. You can optionally include
TuningDataS3Uri.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3uri TYPE /AWS1/TNBURI /AWS1/TNBURI¶
The Amazon S3 location (URI) of the text files you want to use to train your custom language model.
Here's an example URI path:
s3://DOC-EXAMPLE-BUCKET/my-model-training-data/
iv_dataaccessrolearn TYPE /AWS1/TNBDATAACCESSROLEARN /AWS1/TNBDATAACCESSROLEARN¶
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role that you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format
arn:partition:iam::account:role/role-name-with-path. For example:arn:aws:iam::111122223333:role/Admin.For more information, see IAM ARNs.
Optional arguments:¶
iv_tuningdatas3uri TYPE /AWS1/TNBURI /AWS1/TNBURI¶
The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.
Here's an example URI path:
s3://DOC-EXAMPLE-BUCKET/my-model-tuning-data/
Queryable Attributes¶
S3Uri¶
The Amazon S3 location (URI) of the text files you want to use to train your custom language model.
Here's an example URI path:
s3://DOC-EXAMPLE-BUCKET/my-model-training-data/
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URI() |
Getter for S3URI, with configurable default |
ASK_S3URI() |
Getter for S3URI w/ exceptions if field has no value |
HAS_S3URI() |
Determine if S3URI has a value |
TuningDataS3Uri¶
The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.
Here's an example URI path:
s3://DOC-EXAMPLE-BUCKET/my-model-tuning-data/
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TUNINGDATAS3URI() |
Getter for TUNINGDATAS3URI, with configurable default |
ASK_TUNINGDATAS3URI() |
Getter for TUNINGDATAS3URI w/ exceptions if field has no val |
HAS_TUNINGDATAS3URI() |
Determine if TUNINGDATAS3URI has a value |
DataAccessRoleArn¶
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role that you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format
arn:partition:iam::account:role/role-name-with-path. For example:arn:aws:iam::111122223333:role/Admin.For more information, see IAM ARNs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAACCESSROLEARN() |
Getter for DATAACCESSROLEARN, with configurable default |
ASK_DATAACCESSROLEARN() |
Getter for DATAACCESSROLEARN w/ exceptions if field has no v |
HAS_DATAACCESSROLEARN() |
Determine if DATAACCESSROLEARN has a value |