Class: Aws::CleanRoomsML::Types::InferenceResourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::InferenceResourceConfig
- 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_count ⇒ Integer
The number of instances to use.
-
#instance_type ⇒ String
The type of instance that is used to perform model inference.
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances to use.
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_type ⇒ String
The type of instance that is used to perform model inference.
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 |