Class: Aws::CleanRoomsML::Types::GetConfiguredModelAlgorithmAssociationRequest

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

#configured_model_algorithm_association_arnString

The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.

Returns:

  • (String)


2619
2620
2621
2622
2623
2624
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2619

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

#membership_identifierString

The membership ID of the member that created the configured model algorithm association.

Returns:

  • (String)


2619
2620
2621
2622
2623
2624
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2619

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