Class: Aws::CleanRoomsML::Types::TrainedModelExportsConfigurationPolicy

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

Instance Attribute Details

#files_to_exportArray<String>

The files that are exported during the trained model export job.

Returns:

  • (Array<String>)


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_sizeTypes::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