App Resource Spec
data class AppResourceSpec(val instanceType: AppResourceSpecInstanceType? = null, val lifecycleConfigArn: String? = null, val sageMakerImageArn: String? = null, val sageMakerImageVersionArn: String? = null)
Constructors
Link copied to clipboard
constructor(instanceType: AppResourceSpecInstanceType? = null, lifecycleConfigArn: String? = null, sageMakerImageArn: String? = null, sageMakerImageVersionArn: 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 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.