Class: Aws::Types::ConfiguredModelAlgorithmAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredModelAlgorithmAssociationSummary
- 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.
-
#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.
245 246 247 |
# File 'sig/types.rbs', line 245 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
241 242 243 |
# File 'sig/types.rbs', line 241 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.
240 241 242 |
# File 'sig/types.rbs', line 240 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
238 239 240 |
# File 'sig/types.rbs', line 238 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
243 244 245 |
# File 'sig/types.rbs', line 243 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
244 245 246 |
# File 'sig/types.rbs', line 244 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
242 243 244 |
# File 'sig/types.rbs', line 242 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
239 240 241 |
# File 'sig/types.rbs', line 239 def update_time @update_time end |