Class: Aws::CleanRoomsML::Types::InferenceResourceConfig

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

Overview

Defines the resources used to perform model inference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The number of instances to use.

Returns:

  • (Integer)


3396
3397
3398
3399
3400
3401
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3396

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

#instance_typeString

The type of instance that is used to perform model inference.

Returns:

  • (String)


3396
3397
3398
3399
3400
3401
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3396

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