Class: Aws::CleanRoomsML::Types::TrainedModelExportsConfigurationPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::TrainedModelExportsConfigurationPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Information about how the trained model exports are configured.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#files_to_export ⇒ Array<String>
The files that are exported during the trained model export job.
-
#max_size ⇒ Types::TrainedModelExportsMaxSize
The maximum size of the data that can be exported.
Instance Attribute Details
#files_to_export ⇒ Array<String>
The files that are exported during the trained model export job.
4901 4902 4903 4904 4905 4906 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4901 class TrainedModelExportsConfigurationPolicy < Struct.new( :max_size, :files_to_export) SENSITIVE = [] include Aws::Structure end |
#max_size ⇒ Types::TrainedModelExportsMaxSize
The maximum size of the data that can be exported.
4901 4902 4903 4904 4905 4906 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4901 class TrainedModelExportsConfigurationPolicy < Struct.new( :max_size, :files_to_export) SENSITIVE = [] include Aws::Structure end |