RSessionAppSettings - Amazon SageMaker

RSessionAppSettings

A collection of settings that apply to an RSessionGateway app.

Contents

CustomImages

A list of custom SageMaker AI images that are configured to run as a RSession app.

Type: Array of CustomImage objects

Array Members: Maximum number of 200 items.

Required: No

DefaultResourceSpec

Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.

Note

When both SageMakerImageVersionArn and SageMakerImageArn are passed, SageMakerImageVersionArn is used. Any updates to SageMakerImageArn will not take effect if SageMakerImageVersionArn already exists in the ResourceSpec because SageMakerImageVersionArn always takes precedence. To clear the value set for SageMakerImageVersionArn, pass None as the value.

Type: ResourceSpec object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: