Class: Aws::CleanRoomsML::Types::GetCollaborationConfiguredModelAlgorithmAssociationRequest

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

#collaboration_identifierString

The collaboration ID for the collaboration that contains the configured model algorithm association that you want to return information about.

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2058

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

#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)


2058
2059
2060
2061
2062
2063
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2058

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