Class: Aws::Braket::Types::InstanceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::InstanceConfig
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
Configures the number of resource instances to use while running an Amazon Braket hybrid job on Amazon Braket.
-
#instance_type ⇒ String
Configures the type of resource instances to use while running an Amazon Braket hybrid job.
-
#volume_size_in_gb ⇒ Integer
The size of the storage volume, in GB, to provision.
Instance Attribute Details
#instance_count ⇒ Integer
Configures the number of resource instances to use while running an Amazon Braket hybrid job on Amazon Braket. The default value is 1.
873 874 875 876 877 878 879 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 873 class InstanceConfig < Struct.new( :instance_type, :volume_size_in_gb, :instance_count) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
Configures the type of resource instances to use while running an Amazon Braket hybrid job.
873 874 875 876 877 878 879 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 873 class InstanceConfig < Struct.new( :instance_type, :volume_size_in_gb, :instance_count) SENSITIVE = [] include Aws::Structure end |
#volume_size_in_gb ⇒ Integer
The size of the storage volume, in GB, to provision.
873 874 875 876 877 878 879 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 873 class InstanceConfig < Struct.new( :instance_type, :volume_size_in_gb, :instance_count) SENSITIVE = [] include Aws::Structure end |