Class: Aws::SageMaker::Types::ResourceSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResourceSpec
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_type ⇒ String
The instance type that the image version runs on.
-
#lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
-
#sage_maker_image_arn ⇒ String
The ARN of the SageMaker image that the image version belongs to.
-
#sage_maker_image_version_alias ⇒ String
The SageMakerImageVersionAlias of the image to launch with.
-
#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.
system
value.
For KernelGateway apps, the system
value is translated to
ml.t3.medium
. KernelGateway apps also support all other values for
available instance types.
41448 41449 41450 41451 41452 41453 41454 41455 41456 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41448 class ResourceSpec < Struct.new( :sage_maker_image_arn, :sage_maker_image_version_arn, :sage_maker_image_version_alias, :instance_type, :lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
41448 41449 41450 41451 41452 41453 41454 41455 41456 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41448 class ResourceSpec < Struct.new( :sage_maker_image_arn, :sage_maker_image_version_arn, :sage_maker_image_version_alias, :instance_type, :lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#sage_maker_image_arn ⇒ String
The ARN of the SageMaker image that the image version belongs to.
41448 41449 41450 41451 41452 41453 41454 41455 41456 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41448 class ResourceSpec < Struct.new( :sage_maker_image_arn, :sage_maker_image_version_arn, :sage_maker_image_version_alias, :instance_type, :lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#sage_maker_image_version_alias ⇒ String
The SageMakerImageVersionAlias of the image to launch with. This value is in SemVer 2.0.0 versioning format.
41448 41449 41450 41451 41452 41453 41454 41455 41456 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41448 class ResourceSpec < Struct.new( :sage_maker_image_arn, :sage_maker_image_version_arn, :sage_maker_image_version_alias, :instance_type, :lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |
#sage_maker_image_version_arn ⇒ String
The ARN of the image version created on the instance.
41448 41449 41450 41451 41452 41453 41454 41455 41456 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41448 class ResourceSpec < Struct.new( :sage_maker_image_arn, :sage_maker_image_version_arn, :sage_maker_image_version_alias, :instance_type, :lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |