ResourceSpec
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
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.
Types
Properties
The instance type that the image version runs on.
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
The ARN of the SageMaker AI image that the image version belongs to.
The SageMakerImageVersionAlias of the image to launch with. This value is in SemVer 2.0.0 versioning format.
The ARN of the image version created on the instance. To clear the value set for SageMakerImageVersionArn
, pass None
as the value.