Class: Aws::CleanRoomsML::Types::TrainedModelInferenceMaxOutputSize
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::TrainedModelInferenceMaxOutputSize
- Includes:
- Structure
- Defined in:
- 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.
5053 5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5053 class TrainedModelInferenceMaxOutputSize < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The maximum output size value.
5053 5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5053 class TrainedModelInferenceMaxOutputSize < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |