Class: Aws::Types::CollaborationConfiguredModelAlgorithmAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationConfiguredModelAlgorithmAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
121 122 123 |
# File 'sig/types.rbs', line 121 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
122 123 124 |
# File 'sig/types.rbs', line 122 def configured_model_algorithm_arn @configured_model_algorithm_arn end |
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
117 118 119 |
# File 'sig/types.rbs', line 117 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
115 116 117 |
# File 'sig/types.rbs', line 115 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
119 120 121 |
# File 'sig/types.rbs', line 119 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
120 121 122 |
# File 'sig/types.rbs', line 120 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
118 119 120 |
# File 'sig/types.rbs', line 118 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
116 117 118 |
# File 'sig/types.rbs', line 116 def update_time @update_time end |