Class: Aws::Types::FlywheelSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlywheelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_model_arn ⇒ ::String
Returns the value of attribute active_model_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_lake_s3_uri ⇒ ::String
Returns the value of attribute data_lake_s3_uri.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#latest_flywheel_iteration ⇒ ::String
Returns the value of attribute latest_flywheel_iteration.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#model_type ⇒ "DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"
Returns the value of attribute model_type.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#active_model_arn ⇒ ::String
Returns the value of attribute active_model_arn.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def active_model_arn @active_model_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def creation_time @creation_time end |
#data_lake_s3_uri ⇒ ::String
Returns the value of attribute data_lake_s3_uri.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def data_lake_s3_uri @data_lake_s3_uri end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def flywheel_arn @flywheel_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def last_modified_time @last_modified_time end |
#latest_flywheel_iteration ⇒ ::String
Returns the value of attribute latest_flywheel_iteration.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def latest_flywheel_iteration @latest_flywheel_iteration end |
#message ⇒ ::String
Returns the value of attribute message.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def @message end |
#model_type ⇒ "DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"
Returns the value of attribute model_type.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def model_type @model_type end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def status @status end |