Domain Resource Spec Args
data class DomainResourceSpecArgs(val instanceType: Output<DomainResourceSpecInstanceType>? = null, val lifecycleConfigArn: Output<String>? = null, val sageMakerImageArn: Output<String>? = null, val sageMakerImageVersionArn: Output<String>? = null) : ConvertibleToJava<DomainResourceSpecArgs>
Constructors
Link copied to clipboard
constructor(instanceType: Output<DomainResourceSpecInstanceType>? = null, lifecycleConfigArn: Output<String>? = null, sageMakerImageArn: Output<String>? = null, sageMakerImageVersionArn: Output<String>? = null)
Properties
Link copied to clipboard
The instance type that the image version runs on.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
Link copied to clipboard
The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
Link copied to clipboard
The Amazon Resource Name (ARN) of the image version created on the instance.