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)


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

#membersArray<Types::InferenceReceiverMember>

Defines the members that can receive inference output.

Returns:



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