Class: Aws::CleanRoomsML::Types::PutMLConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::PutMLConfigurationRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_output_location ⇒ Types::MLOutputConfiguration
The default Amazon S3 location where ML output is stored for the specified member.
-
#membership_identifier ⇒ String
The membership ID of the member that is being configured.
Instance Attribute Details
#default_output_location ⇒ Types::MLOutputConfiguration
The default Amazon S3 location where ML output is stored for the specified member.
4414 4415 4416 4417 4418 4419 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4414 class PutMLConfigurationRequest < Struct.new( :membership_identifier, :default_output_location) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the member that is being configured.
4414 4415 4416 4417 4418 4419 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4414 class PutMLConfigurationRequest < Struct.new( :membership_identifier, :default_output_location) SENSITIVE = [] include Aws::Structure end |