Class: Aws::CleanRoomsML::Types::InferenceOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::InferenceOutputConfiguration
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Configuration information about how the inference output is stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept ⇒ String
The MIME type used to specify the output data.
-
#members ⇒ Array<Types::InferenceReceiverMember>
Defines the members that can receive inference output.
Instance Attribute Details
#accept ⇒ String
The MIME type used to specify the output data.
3596 3597 3598 3599 3600 3601 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3596 class InferenceOutputConfiguration < Struct.new( :accept, :members) SENSITIVE = [] include Aws::Structure end |
#members ⇒ Array<Types::InferenceReceiverMember>
Defines the members that can receive inference output.
3596 3597 3598 3599 3600 3601 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3596 class InferenceOutputConfiguration < Struct.new( :accept, :members) SENSITIVE = [] include Aws::Structure end |