Class: Aws::CleanRoomsML::Types::PutMLConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_output_locationTypes::MLOutputConfiguration

The default Amazon S3 location where ML output is stored for the specified member.



5099
5100
5101
5102
5103
5104
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5099

class PutMLConfigurationRequest < Struct.new(
  :membership_identifier,
  :default_output_location)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The membership ID of the member that is being configured.

Returns:

  • (String)


5099
5100
5101
5102
5103
5104
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5099

class PutMLConfigurationRequest < Struct.new(
  :membership_identifier,
  :default_output_location)
  SENSITIVE = []
  include Aws::Structure
end