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.
3363 3364 3365 3366 3367 3368 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3363 class InferenceOutputConfiguration < Struct.new( :accept, :members) SENSITIVE = [] include Aws::Structure end |
#members ⇒ Array<Types::InferenceReceiverMember>
Defines the members that can receive inference output.
3363 3364 3365 3366 3367 3368 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3363 class InferenceOutputConfiguration < Struct.new( :accept, :members) SENSITIVE = [] include Aws::Structure end |