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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/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.



5015
5016
5017
5018
5019
5020
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5015

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)


5015
5016
5017
5018
5019
5020
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5015

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