Skip to content

/AWS1/CL_CRLGETTRNDATASETRSP

GetTrainingDatasetResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_createtime TYPE /AWS1/CRLTIMESTAMP /AWS1/CRLTIMESTAMP

The time at which the training dataset was created.

iv_updatetime TYPE /AWS1/CRLTIMESTAMP /AWS1/CRLTIMESTAMP

The most recent time at which the training dataset was updated.

iv_trainingdatasetarn TYPE /AWS1/CRLTRAININGDATASETARN /AWS1/CRLTRAININGDATASETARN

The Amazon Resource Name (ARN) of the training dataset.

iv_name TYPE /AWS1/CRLNAMESTRING /AWS1/CRLNAMESTRING

The name of the training dataset.

it_trainingdata TYPE /AWS1/CL_CRLDATASET=>TT_DATASETLIST TT_DATASETLIST

Metadata about the requested training data.

iv_status TYPE /AWS1/CRLTRAININGDATASETSTATUS /AWS1/CRLTRAININGDATASETSTATUS

The status of the training dataset.

iv_rolearn TYPE /AWS1/CRLIAMROLEARN /AWS1/CRLIAMROLEARN

The IAM role used to read the training data.

Optional arguments:

it_tags TYPE /AWS1/CL_CRLTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags that are assigned to this training dataset.

iv_description TYPE /AWS1/CRLRESOURCEDESCRIPTION /AWS1/CRLRESOURCEDESCRIPTION

The description of the training dataset.


Queryable Attributes

createTime

The time at which the training dataset was created.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME, with configurable default
ASK_CREATETIME() Getter for CREATETIME w/ exceptions if field has no value
HAS_CREATETIME() Determine if CREATETIME has a value

updateTime

The most recent time at which the training dataset was updated.

Accessible with the following methods

Method Description
GET_UPDATETIME() Getter for UPDATETIME, with configurable default
ASK_UPDATETIME() Getter for UPDATETIME w/ exceptions if field has no value
HAS_UPDATETIME() Determine if UPDATETIME has a value

trainingDatasetArn

The Amazon Resource Name (ARN) of the training dataset.

Accessible with the following methods

Method Description
GET_TRAININGDATASETARN() Getter for TRAININGDATASETARN, with configurable default
ASK_TRAININGDATASETARN() Getter for TRAININGDATASETARN w/ exceptions if field has no
HAS_TRAININGDATASETARN() Determine if TRAININGDATASETARN has a value

name

The name of the training dataset.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

trainingData

Metadata about the requested training data.

Accessible with the following methods

Method Description
GET_TRAININGDATA() Getter for TRAININGDATA, with configurable default
ASK_TRAININGDATA() Getter for TRAININGDATA w/ exceptions if field has no value
HAS_TRAININGDATA() Determine if TRAININGDATA has a value

status

The status of the training dataset.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

roleArn

The IAM role used to read the training data.

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

tags

The tags that are assigned to this training dataset.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

description

The description of the training dataset.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value