DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec

data class DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec(val instanceType: String? = null, val lifecycleConfigArn: String? = null, val sagemakerImageArn: String? = null, val sagemakerImageVersionAlias: String? = null, val sagemakerImageVersionArn: String? = null)

Constructors

constructor(instanceType: String? = null, lifecycleConfigArn: String? = null, sagemakerImageArn: String? = null, sagemakerImageVersionAlias: String? = null, sagemakerImageVersionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

The instance type that the image version runs on.. For valid values see SageMaker AI Instance Types.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.

Link copied to clipboard

The ARN of the SageMaker AI image that the image version belongs to.

Link copied to clipboard

The SageMaker AI Image Version Alias.

Link copied to clipboard

The ARN of the image version created on the instance.