Class: Aws::CleanRoomsML::Types::TrainedModelInferenceMaxOutputSize

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#unitString

The measurement unit to use.

Returns:

  • (String)


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

#valueFloat

The maximum output size value.

Returns:

  • (Float)


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