Class: Aws::CleanRoomsML::Types::ConfiguredModelAlgorithmAssociationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Provides summary information about the configured model algorithm association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifierString

The collaboration ID of the collaboration that contains the configured model algorithm association.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 862

class ConfiguredModelAlgorithmAssociationSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_association_arn,
  :configured_model_algorithm_arn,
  :name,
  :description,
  :membership_identifier,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#configured_model_algorithm_arnString

The Amazon Resource Name (ARN) of the configured model algorithm that is being associated.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 862

class ConfiguredModelAlgorithmAssociationSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_association_arn,
  :configured_model_algorithm_arn,
  :name,
  :description,
  :membership_identifier,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#configured_model_algorithm_association_arnString

The Amazon Resource Name (ARN) of the configured model algorithm association.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 862

class ConfiguredModelAlgorithmAssociationSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_association_arn,
  :configured_model_algorithm_arn,
  :name,
  :description,
  :membership_identifier,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the configured model algorithm association was created.

Returns:

  • (Time)


862
863
864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 862

class ConfiguredModelAlgorithmAssociationSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_association_arn,
  :configured_model_algorithm_arn,
  :name,
  :description,
  :membership_identifier,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the configured model algorithm association.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 862

class ConfiguredModelAlgorithmAssociationSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_association_arn,
  :configured_model_algorithm_arn,
  :name,
  :description,
  :membership_identifier,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

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

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 862

class ConfiguredModelAlgorithmAssociationSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_association_arn,
  :configured_model_algorithm_arn,
  :name,
  :description,
  :membership_identifier,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configured model algorithm association.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 862

class ConfiguredModelAlgorithmAssociationSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_association_arn,
  :configured_model_algorithm_arn,
  :name,
  :description,
  :membership_identifier,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the configured model algorithm association was updated.

Returns:

  • (Time)


862
863
864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 862

class ConfiguredModelAlgorithmAssociationSummary < Struct.new(
  :create_time,
  :update_time,
  :configured_model_algorithm_association_arn,
  :configured_model_algorithm_arn,
  :name,
  :description,
  :membership_identifier,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end