Class: Aws::Braket::Types::InstanceConfig

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_countInteger

Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.

Returns:

  • (Integer)


821
822
823
824
825
826
827
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 821

class InstanceConfig < Struct.new(
  :instance_count,
  :instance_type,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

Configures the type resource instances to use while running an Amazon Braket hybrid job.

Returns:

  • (String)


821
822
823
824
825
826
827
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 821

class InstanceConfig < Struct.new(
  :instance_count,
  :instance_type,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#volume_size_in_gbInteger

The size of the storage volume, in GB, that user wants to provision.

Returns:

  • (Integer)


821
822
823
824
825
826
827
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 821

class InstanceConfig < Struct.new(
  :instance_count,
  :instance_type,
  :volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end