/AWS1/CL_SGMRSESSIONAPPSTGS¶
A collection of settings that apply to an RSessionGateway app.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_defaultresourcespec TYPE REF TO /AWS1/CL_SGMRESOURCESPEC /AWS1/CL_SGMRESOURCESPEC¶
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
When both
SageMakerImageVersionArnandSageMakerImageArnare passed,SageMakerImageVersionArnis used. Any updates toSageMakerImageArnwill not take effect ifSageMakerImageVersionArnalready exists in theResourceSpecbecauseSageMakerImageVersionArnalways takes precedence. To clear the value set forSageMakerImageVersionArn, passNoneas the value.
it_customimages TYPE /AWS1/CL_SGMCUSTOMIMAGE=>TT_CUSTOMIMAGES TT_CUSTOMIMAGES¶
A list of custom SageMaker AI images that are configured to run as a RSession app.
Queryable Attributes¶
DefaultResourceSpec¶
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
When both
SageMakerImageVersionArnandSageMakerImageArnare passed,SageMakerImageVersionArnis used. Any updates toSageMakerImageArnwill not take effect ifSageMakerImageVersionArnalready exists in theResourceSpecbecauseSageMakerImageVersionArnalways takes precedence. To clear the value set forSageMakerImageVersionArn, passNoneas the value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTRESOURCESPEC() |
Getter for DEFAULTRESOURCESPEC |
CustomImages¶
A list of custom SageMaker AI images that are configured to run as a RSession app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMIMAGES() |
Getter for CUSTOMIMAGES, with configurable default |
ASK_CUSTOMIMAGES() |
Getter for CUSTOMIMAGES w/ exceptions if field has no value |
HAS_CUSTOMIMAGES() |
Determine if CUSTOMIMAGES has a value |