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.



4414
4415
4416
4417
4418
4419
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4414

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)


4414
4415
4416
4417
4418
4419
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4414

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