Class CandidateArtifactLocations

    • Method Detail

      • explainability

        public final String explainability()

        The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

        Returns:
        The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
      • modelInsights

        public final String modelInsights()

        The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.

        Returns:
        The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
      • backtestResults

        public final String backtestResults()

        The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.

        Returns:
        The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.
      • 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)