Class: Aws::Types::ConfiguredModelAlgorithmSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredModelAlgorithmSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
252 253 254 |
# File 'sig/types.rbs', line 252 def configured_model_algorithm_arn @configured_model_algorithm_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
250 251 252 |
# File 'sig/types.rbs', line 250 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
254 255 256 |
# File 'sig/types.rbs', line 254 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
253 254 255 |
# File 'sig/types.rbs', line 253 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
251 252 253 |
# File 'sig/types.rbs', line 251 def update_time @update_time end |