Class: Aws::CleanRoomsML::Types::TrainedModelInferenceMaxOutputSize
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::TrainedModelInferenceMaxOutputSize
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Information about the maximum output size for a trained model inference job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
The measurement unit to use.
-
#value ⇒ Float
The maximum output size value.
Instance Attribute Details
#unit ⇒ String
The measurement unit to use.
5508 5509 5510 5511 5512 5513 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5508 class TrainedModelInferenceMaxOutputSize < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The maximum output size value.
5508 5509 5510 5511 5512 5513 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5508 class TrainedModelInferenceMaxOutputSize < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |