Class: Aws::CleanRoomsML::Types::TrainedModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::TrainedModelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Summary information about the trained model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the trained model.
-
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.
-
#create_time ⇒ Time
The time at which the trained model was created.
-
#description ⇒ String
The description of the trained model.
-
#membership_identifier ⇒ String
The membership ID of the member that created the trained model.
-
#name ⇒ String
The name of the trained model.
-
#status ⇒ String
The status of the trained model.
-
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model.
-
#update_time ⇒ Time
The most recent time at which the trained model was updated.
Instance Attribute Details
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the trained model.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the trained model was created.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the trained model.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the member that created the trained model.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the trained model.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the trained model.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the trained model was updated.
5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5102 class TrainedModelSummary < Struct.new( :create_time, :update_time, :trained_model_arn, :name, :description, :membership_identifier, :collaboration_identifier, :status, :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |