/AWS1/CL_SGMREALTIMEINFERENC01¶
The infrastructure configuration for deploying the model to a real-time inference endpoint.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instancetype TYPE /AWS1/SGMINSTANCETYPE /AWS1/SGMINSTANCETYPE¶
The instance type the model is deployed to.
iv_instancecount TYPE /AWS1/SGMTASKCOUNT /AWS1/SGMTASKCOUNT¶
The number of instances of the type specified by
InstanceType.
Queryable Attributes¶
InstanceType¶
The instance type the model is deployed to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
InstanceCount¶
The number of instances of the type specified by
InstanceType.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCECOUNT() |
Getter for INSTANCECOUNT, with configurable default |
ASK_INSTANCECOUNT() |
Getter for INSTANCECOUNT w/ exceptions if field has no value |
HAS_INSTANCECOUNT() |
Determine if INSTANCECOUNT has a value |