Class: Aws::CleanRoomsML::Types::TrainedModelExportOutputConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Information about the output of the trained model export job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membersArray<Types::TrainedModelExportReceiverMember>

The members that will received the exported trained model output.



4868
4869
4870
4871
4872
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4868

class TrainedModelExportOutputConfiguration < Struct.new(
  :members)
  SENSITIVE = []
  include Aws::Structure
end