/AWS1/CL_SGMENDPTPERFORMANCE¶
The performance results from running an Inference Recommender job on an existing endpoint.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_metrics TYPE REF TO /AWS1/CL_SGMINFERENCEMETRICS /AWS1/CL_SGMINFERENCEMETRICS¶
The metrics for an existing endpoint.
io_endpointinfo TYPE REF TO /AWS1/CL_SGMENDPOINTINFO /AWS1/CL_SGMENDPOINTINFO¶
Details about a customer endpoint that was compared in an Inference Recommender job.
Queryable Attributes¶
Metrics¶
The metrics for an existing endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICS() |
Getter for METRICS |
EndpointInfo¶
Details about a customer endpoint that was compared in an Inference Recommender job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTINFO() |
Getter for ENDPOINTINFO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ENDPOINTPERFORMANCES¶
TYPES TT_ENDPOINTPERFORMANCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMENDPTPERFORMANCE WITH DEFAULT KEY
.