Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringProblemType
-
Packages that use MonitoringProblemType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringProblemType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringProblemType Modifier and Type Method Description static MonitoringProblemTypeMonitoringProblemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonitoringProblemTypeModelQualityAppSpecification. problemType()The machine learning problem type of the model that the monitoring job monitors.static MonitoringProblemTypeMonitoringProblemType. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitoringProblemType[]MonitoringProblemType. 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 MonitoringProblemType Modifier and Type Method Description static Set<MonitoringProblemType>MonitoringProblemType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringProblemType Modifier and Type Method Description ModelQualityAppSpecification.BuilderModelQualityAppSpecification.Builder. problemType(MonitoringProblemType problemType)The machine learning problem type of the model that the monitoring job monitors.
-