Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLMetricEnum
-
Packages that use AutoMLMetricEnum Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLMetricEnum in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLMetricEnum Modifier and Type Method Description static AutoMLMetricEnumAutoMLMetricEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutoMLMetricEnumAutoMLJobObjective. metricName()The name of the objective metric used to measure the predictive quality of a machine learning system.AutoMLMetricEnumFinalAutoMLJobObjectiveMetric. metricName()The name of the metric with the best result.AutoMLMetricEnumMetricDatum. metricName()The name of the metric.AutoMLMetricEnumFinalAutoMLJobObjectiveMetric. standardMetricName()The name of the standard metric.static AutoMLMetricEnumAutoMLMetricEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoMLMetricEnum[]AutoMLMetricEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLMetricEnum Modifier and Type Method Description static Set<AutoMLMetricEnum>AutoMLMetricEnum. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLMetricEnum Modifier and Type Method Description AutoMLJobObjective.BuilderAutoMLJobObjective.Builder. metricName(AutoMLMetricEnum metricName)The name of the objective metric used to measure the predictive quality of a machine learning system.FinalAutoMLJobObjectiveMetric.BuilderFinalAutoMLJobObjectiveMetric.Builder. metricName(AutoMLMetricEnum metricName)The name of the metric with the best result.MetricDatum.BuilderMetricDatum.Builder. metricName(AutoMLMetricEnum metricName)The name of the metric.FinalAutoMLJobObjectiveMetric.BuilderFinalAutoMLJobObjectiveMetric.Builder. standardMetricName(AutoMLMetricEnum standardMetricName)The name of the standard metric.
-