DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpec

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

Constructors

constructor(instanceType: String? = null, lifecycleConfigArn: String? = null, sagemakerImageArn: 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 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 image that the image version belongs to.

Link copied to clipboard

The ARN of the image version created on the instance.