/AWS1/CL_SGXMETRICQUERY¶
Specifies a query to retrieve training metrics from SageMaker.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_metricname TYPE /AWS1/SGXMETRICNAME /AWS1/SGXMETRICNAME¶
The name of the metric to retrieve.
iv_resourcearn TYPE /AWS1/SGXSAGEMAKERRESOURCEARN /AWS1/SGXSAGEMAKERRESOURCEARN¶
The ARN of the SageMaker resource to retrieve metrics for.
iv_metricstat TYPE /AWS1/SGXMETRICSTATISTIC /AWS1/SGXMETRICSTATISTIC¶
The metrics stat type of metrics to retrieve.
iv_period TYPE /AWS1/SGXPERIOD /AWS1/SGXPERIOD¶
The time period of metrics to retrieve.
iv_xaxistype TYPE /AWS1/SGXXAXISTYPE /AWS1/SGXXAXISTYPE¶
The x-axis type of metrics to retrieve.
Optional arguments:¶
iv_start TYPE /AWS1/SGXLONG /AWS1/SGXLONG¶
The start time of metrics to retrieve.
iv_end TYPE /AWS1/SGXLONG /AWS1/SGXLONG¶
The end time of metrics to retrieve.
Queryable Attributes¶
MetricName¶
The name of the metric to retrieve.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICNAME() |
Getter for METRICNAME, with configurable default |
ASK_METRICNAME() |
Getter for METRICNAME w/ exceptions if field has no value |
HAS_METRICNAME() |
Determine if METRICNAME has a value |
ResourceArn¶
The ARN of the SageMaker resource to retrieve metrics for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
MetricStat¶
The metrics stat type of metrics to retrieve.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSTAT() |
Getter for METRICSTAT, with configurable default |
ASK_METRICSTAT() |
Getter for METRICSTAT w/ exceptions if field has no value |
HAS_METRICSTAT() |
Determine if METRICSTAT has a value |
Period¶
The time period of metrics to retrieve.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIOD() |
Getter for PERIOD, with configurable default |
ASK_PERIOD() |
Getter for PERIOD w/ exceptions if field has no value |
HAS_PERIOD() |
Determine if PERIOD has a value |
XAxisType¶
The x-axis type of metrics to retrieve.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_XAXISTYPE() |
Getter for XAXISTYPE, with configurable default |
ASK_XAXISTYPE() |
Getter for XAXISTYPE w/ exceptions if field has no value |
HAS_XAXISTYPE() |
Determine if XAXISTYPE has a value |
Start¶
The start time of metrics to retrieve.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_START() |
Getter for START, with configurable default |
ASK_START() |
Getter for START w/ exceptions if field has no value |
HAS_START() |
Determine if START has a value |
End¶
The end time of metrics to retrieve.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_END() |
Getter for END, with configurable default |
ASK_END() |
Getter for END w/ exceptions if field has no value |
HAS_END() |
Determine if END has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_METRICQUERYLIST¶
TYPES TT_METRICQUERYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGXMETRICQUERY WITH DEFAULT KEY
.