Class FlywheelIterationProperties

    • Method Detail

      • flywheelArn

        public final String flywheelArn()

        Returns:
      • flywheelIterationId

        public final String flywheelIterationId()

        Returns:
      • creationTime

        public final Instant creationTime()

        The creation start time of the flywheel iteration.

        Returns:
        The creation start time of the flywheel iteration.
      • endTime

        public final Instant endTime()

        The completion time of this flywheel iteration.

        Returns:
        The completion time of this flywheel iteration.
      • message

        public final String message()

        A description of the status of the flywheel iteration.

        Returns:
        A description of the status of the flywheel iteration.
      • evaluatedModelArn

        public final String evaluatedModelArn()

        The ARN of the evaluated model associated with this flywheel iteration.

        Returns:
        The ARN of the evaluated model associated with this flywheel iteration.
      • evaluatedModelMetrics

        public final FlywheelModelEvaluationMetrics evaluatedModelMetrics()
        Returns the value of the EvaluatedModelMetrics property for this object.
        Returns:
        The value of the EvaluatedModelMetrics property for this object.
      • trainedModelArn

        public final String trainedModelArn()

        The ARN of the trained model associated with this flywheel iteration.

        Returns:
        The ARN of the trained model associated with this flywheel iteration.
      • trainedModelMetrics

        public final FlywheelModelEvaluationMetrics trainedModelMetrics()

        The metrics associated with the trained model.

        Returns:
        The metrics associated with the trained model.
      • evaluationManifestS3Prefix

        public final String evaluationManifestS3Prefix()

        Returns:
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)