@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccuracyMetricsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccuracyMetricsResult() |
Modifier and Type | Method and Description |
---|---|
GetAccuracyMetricsResult |
clone() |
boolean |
equals(Object obj) |
String |
getAutoMLOverrideStrategy()
|
Boolean |
getIsAutoPredictor()
Whether the predictor was created with CreateAutoPredictor.
|
String |
getOptimizationMetric()
The accuracy metric used to optimize the predictor.
|
List<EvaluationResult> |
getPredictorEvaluationResults()
An array of results from evaluating the predictor.
|
int |
hashCode() |
Boolean |
isAutoPredictor()
Whether the predictor was created with CreateAutoPredictor.
|
void |
setAutoMLOverrideStrategy(String autoMLOverrideStrategy)
|
void |
setIsAutoPredictor(Boolean isAutoPredictor)
Whether the predictor was created with CreateAutoPredictor.
|
void |
setOptimizationMetric(String optimizationMetric)
The accuracy metric used to optimize the predictor.
|
void |
setPredictorEvaluationResults(Collection<EvaluationResult> predictorEvaluationResults)
An array of results from evaluating the predictor.
|
String |
toString()
Returns a string representation of this object.
|
GetAccuracyMetricsResult |
withAutoMLOverrideStrategy(AutoMLOverrideStrategy autoMLOverrideStrategy)
|
GetAccuracyMetricsResult |
withAutoMLOverrideStrategy(String autoMLOverrideStrategy)
|
GetAccuracyMetricsResult |
withIsAutoPredictor(Boolean isAutoPredictor)
Whether the predictor was created with CreateAutoPredictor.
|
GetAccuracyMetricsResult |
withOptimizationMetric(OptimizationMetric optimizationMetric)
The accuracy metric used to optimize the predictor.
|
GetAccuracyMetricsResult |
withOptimizationMetric(String optimizationMetric)
The accuracy metric used to optimize the predictor.
|
GetAccuracyMetricsResult |
withPredictorEvaluationResults(Collection<EvaluationResult> predictorEvaluationResults)
An array of results from evaluating the predictor.
|
GetAccuracyMetricsResult |
withPredictorEvaluationResults(EvaluationResult... predictorEvaluationResults)
An array of results from evaluating the predictor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EvaluationResult> getPredictorEvaluationResults()
An array of results from evaluating the predictor.
public void setPredictorEvaluationResults(Collection<EvaluationResult> predictorEvaluationResults)
An array of results from evaluating the predictor.
predictorEvaluationResults
- An array of results from evaluating the predictor.public GetAccuracyMetricsResult withPredictorEvaluationResults(EvaluationResult... predictorEvaluationResults)
An array of results from evaluating the predictor.
NOTE: This method appends the values to the existing list (if any). Use
setPredictorEvaluationResults(java.util.Collection)
or
withPredictorEvaluationResults(java.util.Collection)
if you want to override the existing values.
predictorEvaluationResults
- An array of results from evaluating the predictor.public GetAccuracyMetricsResult withPredictorEvaluationResults(Collection<EvaluationResult> predictorEvaluationResults)
An array of results from evaluating the predictor.
predictorEvaluationResults
- An array of results from evaluating the predictor.public void setIsAutoPredictor(Boolean isAutoPredictor)
Whether the predictor was created with CreateAutoPredictor.
isAutoPredictor
- Whether the predictor was created with CreateAutoPredictor.public Boolean getIsAutoPredictor()
Whether the predictor was created with CreateAutoPredictor.
public GetAccuracyMetricsResult withIsAutoPredictor(Boolean isAutoPredictor)
Whether the predictor was created with CreateAutoPredictor.
isAutoPredictor
- Whether the predictor was created with CreateAutoPredictor.public Boolean isAutoPredictor()
Whether the predictor was created with CreateAutoPredictor.
public void setAutoMLOverrideStrategy(String autoMLOverrideStrategy)
The LatencyOptimized
AutoML override strategy is only available in private beta. Contact AWS 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.
autoMLOverrideStrategy
-
The LatencyOptimized
AutoML override strategy is only available in private beta. Contact AWS
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.
AutoMLOverrideStrategy
public String getAutoMLOverrideStrategy()
The LatencyOptimized
AutoML override strategy is only available in private beta. Contact AWS 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.
The LatencyOptimized
AutoML override strategy is only available in private beta. Contact AWS
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.
AutoMLOverrideStrategy
public GetAccuracyMetricsResult withAutoMLOverrideStrategy(String autoMLOverrideStrategy)
The LatencyOptimized
AutoML override strategy is only available in private beta. Contact AWS 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.
autoMLOverrideStrategy
-
The LatencyOptimized
AutoML override strategy is only available in private beta. Contact AWS
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.
AutoMLOverrideStrategy
public GetAccuracyMetricsResult withAutoMLOverrideStrategy(AutoMLOverrideStrategy autoMLOverrideStrategy)
The LatencyOptimized
AutoML override strategy is only available in private beta. Contact AWS 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.
autoMLOverrideStrategy
-
The LatencyOptimized
AutoML override strategy is only available in private beta. Contact AWS
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.
AutoMLOverrideStrategy
public void setOptimizationMetric(String optimizationMetric)
The accuracy metric used to optimize the predictor.
optimizationMetric
- The accuracy metric used to optimize the predictor.OptimizationMetric
public String getOptimizationMetric()
The accuracy metric used to optimize the predictor.
OptimizationMetric
public GetAccuracyMetricsResult withOptimizationMetric(String optimizationMetric)
The accuracy metric used to optimize the predictor.
optimizationMetric
- The accuracy metric used to optimize the predictor.OptimizationMetric
public GetAccuracyMetricsResult withOptimizationMetric(OptimizationMetric optimizationMetric)
The accuracy metric used to optimize the predictor.
optimizationMetric
- The accuracy metric used to optimize the predictor.OptimizationMetric
public String toString()
toString
in class Object
Object.toString()
public GetAccuracyMetricsResult clone()