Class: Aws::CleanRoomsML::Types::TrainedModelExportsMaxSize
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::TrainedModelExportsMaxSize
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
The maximum size of the trained model metrics that can be exported. If the trained model metrics dataset is larger than this value, it will not be exported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
The unit of measurement for the data size.
-
#value ⇒ Float
The maximum size of the dataset to export.
Instance Attribute Details
#unit ⇒ String
The unit of measurement for the data size.
5661 5662 5663 5664 5665 5666 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5661 class TrainedModelExportsMaxSize < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The maximum size of the dataset to export.
5661 5662 5663 5664 5665 5666 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5661 class TrainedModelExportsMaxSize < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |