Class: Aws::CleanRoomsML::Types::ResourceConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Information about the EC2 resources that are used to train the model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The number of resources that are used to train the model.

Returns:

  • (Integer)


4457
4458
4459
4460
4461
4462
4463
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4457

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

#instance_typeString

The instance type that is used to train the model.

Returns:

  • (String)


4457
4458
4459
4460
4461
4462
4463
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4457

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

#volume_size_in_gbInteger

The maximum size of the instance that is used to train the model.

Returns:

  • (Integer)


4457
4458
4459
4460
4461
4462
4463
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4457

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