Class: Aws::Types::FlywheelIterationProperties
- Inherits:
-
Object
- Object
- Aws::Types::FlywheelIterationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#evaluated_model_arn ⇒ ::String
Returns the value of attribute evaluated_model_arn.
-
#evaluated_model_metrics ⇒ Types::FlywheelModelEvaluationMetrics
Returns the value of attribute evaluated_model_metrics.
-
#evaluation_manifest_s3_prefix ⇒ ::String
Returns the value of attribute evaluation_manifest_s3_prefix.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#flywheel_iteration_id ⇒ ::String
Returns the value of attribute flywheel_iteration_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "TRAINING", ...
Returns the value of attribute status.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#trained_model_metrics ⇒ Types::FlywheelModelEvaluationMetrics
Returns the value of attribute trained_model_metrics.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def end_time @end_time end |
#evaluated_model_arn ⇒ ::String
Returns the value of attribute evaluated_model_arn.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def evaluated_model_arn @evaluated_model_arn end |
#evaluated_model_metrics ⇒ Types::FlywheelModelEvaluationMetrics
Returns the value of attribute evaluated_model_metrics.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def evaluated_model_metrics @evaluated_model_metrics end |
#evaluation_manifest_s3_prefix ⇒ ::String
Returns the value of attribute evaluation_manifest_s3_prefix.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def evaluation_manifest_s3_prefix @evaluation_manifest_s3_prefix end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def flywheel_arn @flywheel_arn end |
#flywheel_iteration_id ⇒ ::String
Returns the value of attribute flywheel_iteration_id.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def flywheel_iteration_id @flywheel_iteration_id end |
#message ⇒ ::String
Returns the value of attribute message.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def @message end |
#status ⇒ "TRAINING", ...
Returns the value of attribute status.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def status @status end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def trained_model_arn @trained_model_arn end |
#trained_model_metrics ⇒ Types::FlywheelModelEvaluationMetrics
Returns the value of attribute trained_model_metrics.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def trained_model_metrics @trained_model_metrics end |