/AWS1/CL_FDTEXTERNALMODEL¶
The Amazon SageMaker model.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_modelendpoint TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The Amazon SageMaker model endpoints.
iv_modelsource TYPE /AWS1/FDTMODELSOURCE /AWS1/FDTMODELSOURCE¶
The source of the model.
iv_invokemodelendptrolearn TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The role used to invoke the model.
io_inputconfiguration TYPE REF TO /AWS1/CL_FDTMODELINPUTCONF /AWS1/CL_FDTMODELINPUTCONF¶
The input configuration.
io_outputconfiguration TYPE REF TO /AWS1/CL_FDTMODELOUTPUTCONF /AWS1/CL_FDTMODELOUTPUTCONF¶
The output configuration.
iv_modelendpointstatus TYPE /AWS1/FDTMODELENDPOINTSTATUS /AWS1/FDTMODELENDPOINTSTATUS¶
The Amazon Fraud Detector status for the external model endpoint
iv_lastupdatedtime TYPE /AWS1/FDTTIME /AWS1/FDTTIME¶
Timestamp of when the model was last updated.
iv_createdtime TYPE /AWS1/FDTTIME /AWS1/FDTTIME¶
Timestamp of when the model was last created.
iv_arn TYPE /AWS1/FDTFRAUDDETECTORARN /AWS1/FDTFRAUDDETECTORARN¶
The model ARN.
Queryable Attributes¶
modelEndpoint¶
The Amazon SageMaker model endpoints.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELENDPOINT() |
Getter for MODELENDPOINT, with configurable default |
ASK_MODELENDPOINT() |
Getter for MODELENDPOINT w/ exceptions if field has no value |
HAS_MODELENDPOINT() |
Determine if MODELENDPOINT has a value |
modelSource¶
The source of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELSOURCE() |
Getter for MODELSOURCE, with configurable default |
ASK_MODELSOURCE() |
Getter for MODELSOURCE w/ exceptions if field has no value |
HAS_MODELSOURCE() |
Determine if MODELSOURCE has a value |
invokeModelEndpointRoleArn¶
The role used to invoke the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOKEMODELENDPTROLEARN() |
Getter for INVOKEMODELENDPOINTROLEARN, with configurable def |
ASK_INVOKEMODELENDPTROLEARN() |
Getter for INVOKEMODELENDPOINTROLEARN w/ exceptions if field |
HAS_INVOKEMODELENDPTROLEARN() |
Determine if INVOKEMODELENDPOINTROLEARN has a value |
inputConfiguration¶
The input configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTCONFIGURATION() |
Getter for INPUTCONFIGURATION |
outputConfiguration¶
The output configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTCONFIGURATION() |
Getter for OUTPUTCONFIGURATION |
modelEndpointStatus¶
The Amazon Fraud Detector status for the external model endpoint
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELENDPOINTSTATUS() |
Getter for MODELENDPOINTSTATUS, with configurable default |
ASK_MODELENDPOINTSTATUS() |
Getter for MODELENDPOINTSTATUS w/ exceptions if field has no |
HAS_MODELENDPOINTSTATUS() |
Determine if MODELENDPOINTSTATUS has a value |
lastUpdatedTime¶
Timestamp of when the model was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
createdTime¶
Timestamp of when the model was last created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
arn¶
The model ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN 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_EXTERNALMODELLIST¶
TYPES TT_EXTERNALMODELLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FDTEXTERNALMODEL WITH DEFAULT KEY
.