Class: Aws::CleanRoomsML::Types::TrainedModelExportOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::TrainedModelExportOutputConfiguration
- 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
-
#members ⇒ Array<Types::TrainedModelExportReceiverMember>
The members that will received the exported trained model output.
Instance Attribute Details
#members ⇒ Array<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 |