Interface CandidateArtifactLocations.Builder

    • Method Detail

      • explainability

        CandidateArtifactLocations.Builder explainability​(String explainability)

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

        Parameters:
        explainability - The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelInsights

        CandidateArtifactLocations.Builder modelInsights​(String modelInsights)

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

        Parameters:
        modelInsights - The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backtestResults

        CandidateArtifactLocations.Builder backtestResults​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.