Class: Aws::Types::FlywheelIterationProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def evaluated_model_arn
  @evaluated_model_arn
end

#evaluated_model_metricsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def message
  @message
end

#status"TRAINING", ...

Returns the value of attribute status.

Returns:

  • ("TRAINING", "EVALUATING", "COMPLETED", "FAILED", "STOP_REQUESTED", "STOPPED")


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.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def trained_model_arn
  @trained_model_arn
end

#trained_model_metricsTypes::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