Interface GetAccuracyMetricsResponse.Builder

    • Method Detail

      • predictorEvaluationResults

        GetAccuracyMetricsResponse.Builder predictorEvaluationResults​(Collection<EvaluationResult> predictorEvaluationResults)

        An array of results from evaluating the predictor.

        Parameters:
        predictorEvaluationResults - An array of results from evaluating the predictor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predictorEvaluationResults

        GetAccuracyMetricsResponse.Builder predictorEvaluationResults​(EvaluationResult... predictorEvaluationResults)

        An array of results from evaluating the predictor.

        Parameters:
        predictorEvaluationResults - An array of results from evaluating the predictor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoMLOverrideStrategy

        GetAccuracyMetricsResponse.Builder autoMLOverrideStrategy​(String autoMLOverrideStrategy)

        The LatencyOptimized AutoML override strategy is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

        The AutoML strategy used to train the predictor. Unless LatencyOptimized is specified, the AutoML strategy optimizes predictor accuracy.

        This parameter is only valid for predictors trained using AutoML.

        Parameters:
        autoMLOverrideStrategy -

        The LatencyOptimized AutoML override strategy is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

        The AutoML strategy used to train the predictor. Unless LatencyOptimized is specified, the AutoML strategy optimizes predictor accuracy.

        This parameter is only valid for predictors trained using AutoML.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLOverrideStrategy, AutoMLOverrideStrategy
      • autoMLOverrideStrategy

        GetAccuracyMetricsResponse.Builder autoMLOverrideStrategy​(AutoMLOverrideStrategy autoMLOverrideStrategy)

        The LatencyOptimized AutoML override strategy is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

        The AutoML strategy used to train the predictor. Unless LatencyOptimized is specified, the AutoML strategy optimizes predictor accuracy.

        This parameter is only valid for predictors trained using AutoML.

        Parameters:
        autoMLOverrideStrategy -

        The LatencyOptimized AutoML override strategy is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

        The AutoML strategy used to train the predictor. Unless LatencyOptimized is specified, the AutoML strategy optimizes predictor accuracy.

        This parameter is only valid for predictors trained using AutoML.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLOverrideStrategy, AutoMLOverrideStrategy
      • optimizationMetric

        GetAccuracyMetricsResponse.Builder optimizationMetric​(String optimizationMetric)

        The accuracy metric used to optimize the predictor.

        Parameters:
        optimizationMetric - The accuracy metric used to optimize the predictor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OptimizationMetric, OptimizationMetric