/AWS1/CL_LOMDESCRMETRICSETRSP¶
DescribeMetricSetResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metricsetarn TYPE /AWS1/LOMARN /AWS1/LOMARN¶
The ARN of the dataset.
iv_anomalydetectorarn TYPE /AWS1/LOMARN /AWS1/LOMARN¶
The ARN of the detector that contains the dataset.
iv_metricsetname TYPE /AWS1/LOMMETRICSETNAME /AWS1/LOMMETRICSETNAME¶
The name of the dataset.
iv_metricsetdescription TYPE /AWS1/LOMMETRICSETDESCRIPTION /AWS1/LOMMETRICSETDESCRIPTION¶
The dataset's description.
iv_creationtime TYPE /AWS1/LOMTIMESTAMP /AWS1/LOMTIMESTAMP¶
The time at which the dataset was created.
iv_lastmodificationtime TYPE /AWS1/LOMTIMESTAMP /AWS1/LOMTIMESTAMP¶
The time at which the dataset was last modified.
iv_offset TYPE /AWS1/LOMOFFSET /AWS1/LOMOFFSET¶
After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
it_metriclist TYPE /AWS1/CL_LOMMETRIC=>TT_METRICLIST TT_METRICLIST¶
A list of the metrics defined by the dataset.
io_timestampcolumn TYPE REF TO /AWS1/CL_LOMTIMESTAMPCOLUMN /AWS1/CL_LOMTIMESTAMPCOLUMN¶
Contains information about the column used for tracking time in your source data.
it_dimensionlist TYPE /AWS1/CL_LOMDIMENSIONLIST_W=>TT_DIMENSIONLIST TT_DIMENSIONLIST¶
A list of the dimensions chosen for analysis.
iv_metricsetfrequency TYPE /AWS1/LOMFREQUENCY /AWS1/LOMFREQUENCY¶
The interval at which the data will be analyzed for anomalies.
iv_timezone TYPE /AWS1/LOMTIMEZONE /AWS1/LOMTIMEZONE¶
The time zone in which the dataset's data was recorded.
io_metricsource TYPE REF TO /AWS1/CL_LOMMETRICSOURCE /AWS1/CL_LOMMETRICSOURCE¶
Contains information about the dataset's source data.
it_dimensionfilterlist TYPE /AWS1/CL_LOMMETETDIMENSIONFILT=>TT_METETDIMENSIONFILTERLIST TT_METETDIMENSIONFILTERLIST¶
The dimensions and their values that were used to filter the dataset.
Queryable Attributes¶
MetricSetArn¶
The ARN of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSETARN() |
Getter for METRICSETARN, with configurable default |
ASK_METRICSETARN() |
Getter for METRICSETARN w/ exceptions if field has no value |
HAS_METRICSETARN() |
Determine if METRICSETARN has a value |
AnomalyDetectorArn¶
The ARN of the detector that contains the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYDETECTORARN() |
Getter for ANOMALYDETECTORARN, with configurable default |
ASK_ANOMALYDETECTORARN() |
Getter for ANOMALYDETECTORARN w/ exceptions if field has no |
HAS_ANOMALYDETECTORARN() |
Determine if ANOMALYDETECTORARN has a value |
MetricSetName¶
The name of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSETNAME() |
Getter for METRICSETNAME, with configurable default |
ASK_METRICSETNAME() |
Getter for METRICSETNAME w/ exceptions if field has no value |
HAS_METRICSETNAME() |
Determine if METRICSETNAME has a value |
MetricSetDescription¶
The dataset's description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSETDESCRIPTION() |
Getter for METRICSETDESCRIPTION, with configurable default |
ASK_METRICSETDESCRIPTION() |
Getter for METRICSETDESCRIPTION w/ exceptions if field has n |
HAS_METRICSETDESCRIPTION() |
Determine if METRICSETDESCRIPTION has a value |
CreationTime¶
The time at which the dataset 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¶
The time at which the dataset was last modified.
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 |
Offset¶
After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFSET() |
Getter for OFFSET, with configurable default |
ASK_OFFSET() |
Getter for OFFSET w/ exceptions if field has no value |
HAS_OFFSET() |
Determine if OFFSET has a value |
MetricList¶
A list of the metrics defined by the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICLIST() |
Getter for METRICLIST, with configurable default |
ASK_METRICLIST() |
Getter for METRICLIST w/ exceptions if field has no value |
HAS_METRICLIST() |
Determine if METRICLIST has a value |
TimestampColumn¶
Contains information about the column used for tracking time in your source data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMPCOLUMN() |
Getter for TIMESTAMPCOLUMN |
DimensionList¶
A list of the dimensions chosen for analysis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSIONLIST() |
Getter for DIMENSIONLIST, with configurable default |
ASK_DIMENSIONLIST() |
Getter for DIMENSIONLIST w/ exceptions if field has no value |
HAS_DIMENSIONLIST() |
Determine if DIMENSIONLIST has a value |
MetricSetFrequency¶
The interval at which the data will be analyzed for anomalies.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSETFREQUENCY() |
Getter for METRICSETFREQUENCY, with configurable default |
ASK_METRICSETFREQUENCY() |
Getter for METRICSETFREQUENCY w/ exceptions if field has no |
HAS_METRICSETFREQUENCY() |
Determine if METRICSETFREQUENCY has a value |
Timezone¶
The time zone in which the dataset's data was recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEZONE() |
Getter for TIMEZONE, with configurable default |
ASK_TIMEZONE() |
Getter for TIMEZONE w/ exceptions if field has no value |
HAS_TIMEZONE() |
Determine if TIMEZONE has a value |
MetricSource¶
Contains information about the dataset's source data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSOURCE() |
Getter for METRICSOURCE |
DimensionFilterList¶
The dimensions and their values that were used to filter the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSIONFILTERLIST() |
Getter for DIMENSIONFILTERLIST, with configurable default |
ASK_DIMENSIONFILTERLIST() |
Getter for DIMENSIONFILTERLIST w/ exceptions if field has no |
HAS_DIMENSIONFILTERLIST() |
Determine if DIMENSIONFILTERLIST has a value |