Class: Aws::CleanRoomsML::Types::CollaborationConfiguredModelAlgorithmAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CollaborationConfiguredModelAlgorithmAssociationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides summary information about a configured model algorithm in a collaboration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the configured model algorithm association.
-
#configured_model_algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm that is associated to the collaboration.
-
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association.
-
#create_time ⇒ Time
The time at which the configured model algorithm association was created.
-
#creator_account_id ⇒ String
The account ID of the member that created the configured model algorithm association.
-
#description ⇒ String
The description of the configured model algorithm association.
-
#membership_identifier ⇒ String
The membership ID of the member that created the configured model algorithm association.
-
#name ⇒ String
The name of the configured model algorithm association.
-
#update_time ⇒ Time
The most recent time at which the configured model algorithm association was updated.
Instance Attribute Details
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the configured model algorithm association.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |
#configured_model_algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm that is associated to the collaboration.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the configured model algorithm association was created.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |
#creator_account_id ⇒ String
The account ID of the member that created the configured model algorithm association.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configured model algorithm association.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the member that created the configured model algorithm association.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configured model algorithm association.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the configured model algorithm association was updated.
400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 400 class CollaborationConfiguredModelAlgorithmAssociationSummary < Struct.new( :create_time, :update_time, :configured_model_algorithm_association_arn, :name, :description, :membership_identifier, :collaboration_identifier, :configured_model_algorithm_arn, :creator_account_id) SENSITIVE = [] include Aws::Structure end |