/AWS1/CL_NEDGETMLENDPTOUTPUT¶
GetMLEndpointOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The status of the inference endpoint.
iv_id TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The unique identifier of the inference endpoint.
io_endpoint TYPE REF TO /AWS1/CL_NEDMLRESOURCEDEFN /AWS1/CL_NEDMLRESOURCEDEFN¶
The endpoint definition.
io_endpointconfig TYPE REF TO /AWS1/CL_NEDMLCONFIGDEFINITION /AWS1/CL_NEDMLCONFIGDEFINITION¶
The endpoint configuration
Queryable Attributes¶
status¶
The status of the inference endpoint.
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 |
id¶
The unique identifier of the inference endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
endpoint¶
The endpoint definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT |
endpointConfig¶
The endpoint configuration
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTCONFIG() |
Getter for ENDPOINTCONFIG |