Uses of Class
ai.konduit.serving.config.metrics.impl.RegressionMetricsConfig.SampleType
-
Packages that use RegressionMetricsConfig.SampleType Package Description ai.konduit.serving.config.metrics.impl -
-
Uses of RegressionMetricsConfig.SampleType in ai.konduit.serving.config.metrics.impl
Methods in ai.konduit.serving.config.metrics.impl that return RegressionMetricsConfig.SampleType Modifier and Type Method Description static RegressionMetricsConfig.SampleTypeRegressionMetricsConfig.SampleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RegressionMetricsConfig.SampleType[]RegressionMetricsConfig.SampleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-