You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ResourceSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResourceSpec
- Defined in:
- (unknown)
Overview
Note:
When passing ResourceSpec as input to an Aws::Client method, you can use a vanilla Hash:
{
sage_maker_image_arn: "ImageArn",
sage_maker_image_version_arn: "ImageVersionArn",
instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
}
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
Returned by:
Instance Attribute Summary collapse
-
#instance_type ⇒ String
The instance type that the image version runs on.
-
#sage_maker_image_arn ⇒ String
The ARN of the SageMaker image that the image version belongs to.
-
#sage_maker_image_version_arn ⇒ String
The ARN of the image version created on the instance.
Instance Attribute Details
#instance_type ⇒ String
The instance type that the image version runs on.
Possible values:
- system
- ml.t3.micro
- ml.t3.small
- ml.t3.medium
- ml.t3.large
- ml.t3.xlarge
- ml.t3.2xlarge
- ml.m5.large
- ml.m5.xlarge
- ml.m5.2xlarge
- ml.m5.4xlarge
- ml.m5.8xlarge
- ml.m5.12xlarge
- ml.m5.16xlarge
- ml.m5.24xlarge
- ml.c5.large
- ml.c5.xlarge
- ml.c5.2xlarge
- ml.c5.4xlarge
- ml.c5.9xlarge
- ml.c5.12xlarge
- ml.c5.18xlarge
- ml.c5.24xlarge
- ml.p3.2xlarge
- ml.p3.8xlarge
- ml.p3.16xlarge
- ml.g4dn.xlarge
- ml.g4dn.2xlarge
- ml.g4dn.4xlarge
- ml.g4dn.8xlarge
- ml.g4dn.12xlarge
- ml.g4dn.16xlarge
#sage_maker_image_arn ⇒ String
The ARN of the SageMaker image that the image version belongs to.
#sage_maker_image_version_arn ⇒ String
The ARN of the image version created on the instance.