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.



5264
5265
5266
5267
5268
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5264

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