Class: Aws::SageMaker::Types::ResourceSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResourceSpec
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass ResourceSpec data as a hash:
{
environment_arn: "EnvironmentArn",
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
}
The instance type and quantity.
Instance Attribute Summary collapse
-
#environment_arn ⇒ String
The Amazon Resource Name (ARN) of the environment.
-
#instance_type ⇒ String
The instance type.
Instance Attribute Details
#environment_arn ⇒ String
The Amazon Resource Name (ARN) of the environment.
16874 16875 16876 16877 16878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16874 class ResourceSpec < Struct.new( :environment_arn, :instance_type) include Aws::Structure end |
#instance_type ⇒ String
The instance type.
16874 16875 16876 16877 16878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16874 class ResourceSpec < Struct.new( :environment_arn, :instance_type) include Aws::Structure end |