Class: Aws::CleanRoomsML::Types::GetCollaborationConfiguredModelAlgorithmAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetCollaborationConfiguredModelAlgorithmAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The collaboration ID for the collaboration that contains the configured model algorithm association that you want to return information about.
-
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.
Instance Attribute Details
#collaboration_identifier ⇒ String
The collaboration ID for the collaboration that contains the configured model algorithm association that you want to return information about.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.
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 |