/AWS1/CL_FCSDESCRDSGROUPRSP¶
DescribeDatasetGroupResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_datasetgroupname TYPE /AWS1/FCSNAME /AWS1/FCSNAME¶
The name of the dataset group.
iv_datasetgrouparn TYPE /AWS1/FCSARN /AWS1/FCSARN¶
The ARN of the dataset group.
it_datasetarns TYPE /AWS1/CL_FCSARNLIST_W=>TT_ARNLIST TT_ARNLIST¶
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
iv_domain TYPE /AWS1/FCSDOMAIN /AWS1/FCSDOMAIN¶
The domain associated with the dataset group.
iv_status TYPE /AWS1/FCSSTATUS /AWS1/FCSSTATUS¶
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILED
DELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
UPDATE_PENDING,UPDATE_IN_PROGRESS,UPDATE_FAILEDThe
UPDATEstates apply when you call the UpdateDatasetGroup operation.The
Statusof the dataset group must beACTIVEbefore you can use the dataset group to create a predictor.
iv_creationtime TYPE /AWS1/FCSTIMESTAMP /AWS1/FCSTIMESTAMP¶
When the dataset group was created.
iv_lastmodificationtime TYPE /AWS1/FCSTIMESTAMP /AWS1/FCSTIMESTAMP¶
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated,
LastModificationTimeis the current time of theDescribeDatasetGroupcall.
Queryable Attributes¶
DatasetGroupName¶
The name of the dataset group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETGROUPNAME() |
Getter for DATASETGROUPNAME, with configurable default |
ASK_DATASETGROUPNAME() |
Getter for DATASETGROUPNAME w/ exceptions if field has no va |
HAS_DATASETGROUPNAME() |
Determine if DATASETGROUPNAME has a value |
DatasetGroupArn¶
The ARN of the dataset group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETGROUPARN() |
Getter for DATASETGROUPARN, with configurable default |
ASK_DATASETGROUPARN() |
Getter for DATASETGROUPARN w/ exceptions if field has no val |
HAS_DATASETGROUPARN() |
Determine if DATASETGROUPARN has a value |
DatasetArns¶
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETARNS() |
Getter for DATASETARNS, with configurable default |
ASK_DATASETARNS() |
Getter for DATASETARNS w/ exceptions if field has no value |
HAS_DATASETARNS() |
Determine if DATASETARNS has a value |
Domain¶
The domain associated with the dataset group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |
Status¶
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILED
DELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
UPDATE_PENDING,UPDATE_IN_PROGRESS,UPDATE_FAILEDThe
UPDATEstates apply when you call the UpdateDatasetGroup operation.The
Statusof the dataset group must beACTIVEbefore you can use the dataset group to create a predictor.
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 |
CreationTime¶
When the dataset group was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModificationTime¶
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated,
LastModificationTimeis the current time of theDescribeDatasetGroupcall.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME has a value |