/AWS1/CL_SGMENDPOINTOUTPUTCONF¶
The endpoint configuration made by Inference Recommender during a recommendation job.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_endpointname
TYPE /AWS1/SGMSTRING
/AWS1/SGMSTRING
¶
The name of the endpoint made during a recommendation job.
iv_variantname
TYPE /AWS1/SGMSTRING
/AWS1/SGMSTRING
¶
The name of the production variant (deployed model) made during a recommendation job.
Optional arguments:¶
iv_instancetype
TYPE /AWS1/SGMPRODUCTIONVARIANTIN00
/AWS1/SGMPRODUCTIONVARIANTIN00
¶
The instance type recommended by Amazon SageMaker Inference Recommender.
iv_initialinstancecount
TYPE /AWS1/SGMINITIALINSTANCECOUNT
/AWS1/SGMINITIALINSTANCECOUNT
¶
The number of instances recommended to launch initially.
io_serverlessconfig
TYPE REF TO /AWS1/CL_SGMPRODUCTIONVARIAN01
/AWS1/CL_SGMPRODUCTIONVARIAN01
¶
ServerlessConfig
Queryable Attributes¶
EndpointName¶
The name of the endpoint made during a recommendation job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDPOINTNAME() |
Getter for ENDPOINTNAME, with configurable default |
ASK_ENDPOINTNAME() |
Getter for ENDPOINTNAME w/ exceptions if field has no value |
HAS_ENDPOINTNAME() |
Determine if ENDPOINTNAME has a value |
VariantName¶
The name of the production variant (deployed model) made during a recommendation job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VARIANTNAME() |
Getter for VARIANTNAME, with configurable default |
ASK_VARIANTNAME() |
Getter for VARIANTNAME w/ exceptions if field has no value |
HAS_VARIANTNAME() |
Determine if VARIANTNAME has a value |
InstanceType¶
The instance type recommended by Amazon SageMaker Inference Recommender.
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 |
InitialInstanceCount¶
The number of instances recommended to launch initially.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INITIALINSTANCECOUNT() |
Getter for INITIALINSTANCECOUNT, with configurable default |
ASK_INITIALINSTANCECOUNT() |
Getter for INITIALINSTANCECOUNT w/ exceptions if field has n |
HAS_INITIALINSTANCECOUNT() |
Determine if INITIALINSTANCECOUNT has a value |
ServerlessConfig¶
ServerlessConfig
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVERLESSCONFIG() |
Getter for SERVERLESSCONFIG |