/AWS1/CL_LOVDATASETDESCRIPTION¶
The description for a dataset. For more information, see DescribeDataset.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_projectname TYPE /AWS1/LOVPROJECTNAME /AWS1/LOVPROJECTNAME¶
The name of the project that contains the dataset.
iv_datasettype TYPE /AWS1/LOVDATASETTYPE /AWS1/LOVDATASETTYPE¶
The type of the dataset. The value
trainrepresents a training dataset or single dataset project. The valuetestrepresents a test dataset.
iv_creationtimestamp TYPE /AWS1/LOVDATETIME /AWS1/LOVDATETIME¶
The Unix timestamp for the time and date that the dataset was created.
iv_lastupdatedtimestamp TYPE /AWS1/LOVDATETIME /AWS1/LOVDATETIME¶
The Unix timestamp for the date and time that the dataset was last updated.
iv_status TYPE /AWS1/LOVDATASETSTATUS /AWS1/LOVDATASETSTATUS¶
The status of the dataset.
iv_statusmessage TYPE /AWS1/LOVDATASETSTATUSMESSAGE /AWS1/LOVDATASETSTATUSMESSAGE¶
The status message for the dataset.
io_imagestats TYPE REF TO /AWS1/CL_LOVDATASETIMAGESTATS /AWS1/CL_LOVDATASETIMAGESTATS¶
Statistics about the images in a dataset.
Queryable Attributes¶
ProjectName¶
The name of the project that contains the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTNAME() |
Getter for PROJECTNAME, with configurable default |
ASK_PROJECTNAME() |
Getter for PROJECTNAME w/ exceptions if field has no value |
HAS_PROJECTNAME() |
Determine if PROJECTNAME has a value |
DatasetType¶
The type of the dataset. The value
trainrepresents a training dataset or single dataset project. The valuetestrepresents a test dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETTYPE() |
Getter for DATASETTYPE, with configurable default |
ASK_DATASETTYPE() |
Getter for DATASETTYPE w/ exceptions if field has no value |
HAS_DATASETTYPE() |
Determine if DATASETTYPE has a value |
CreationTimestamp¶
The Unix timestamp for the time and date that the dataset was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP, with configurable default |
ASK_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP w/ exceptions if field has no v |
HAS_CREATIONTIMESTAMP() |
Determine if CREATIONTIMESTAMP has a value |
LastUpdatedTimestamp¶
The Unix timestamp for the date and time that the dataset was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP, with configurable default |
ASK_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n |
HAS_LASTUPDATEDTIMESTAMP() |
Determine if LASTUPDATEDTIMESTAMP has a value |
Status¶
The status of the 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 |
StatusMessage¶
The status message for the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
ImageStats¶
Statistics about the images in a dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGESTATS() |
Getter for IMAGESTATS |