Class: Aws::CleanRoomsML::Types::InferenceOutputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#acceptString

The MIME type used to specify the output data.

Returns:

  • (String)


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

#membersArray<Types::InferenceReceiverMember>

Defines the members that can receive inference output.

Returns:



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