Uses of Class
software.amazon.awssdk.services.sagemaker.model.MetricSetSource
-
Packages that use MetricSetSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MetricSetSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MetricSetSource Modifier and Type Method Description static MetricSetSourceMetricSetSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricSetSourceMetricDatum. set()The dataset split from which the AutoML job produced the metric.static MetricSetSourceMetricSetSource. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricSetSource[]MetricSetSource. 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 MetricSetSource Modifier and Type Method Description static Set<MetricSetSource>MetricSetSource. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MetricSetSource Modifier and Type Method Description MetricDatum.BuilderMetricDatum.Builder. set(MetricSetSource set)The dataset split from which the AutoML job produced the metric.
-