Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringAlertHistorySortKey
-
Packages that use MonitoringAlertHistorySortKey Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringAlertHistorySortKey in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringAlertHistorySortKey Modifier and Type Method Description static MonitoringAlertHistorySortKeyMonitoringAlertHistorySortKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonitoringAlertHistorySortKeyListMonitoringAlertHistoryRequest. sortBy()The field used to sort results.static MonitoringAlertHistorySortKeyMonitoringAlertHistorySortKey. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitoringAlertHistorySortKey[]MonitoringAlertHistorySortKey. 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 MonitoringAlertHistorySortKey Modifier and Type Method Description static Set<MonitoringAlertHistorySortKey>MonitoringAlertHistorySortKey. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringAlertHistorySortKey Modifier and Type Method Description ListMonitoringAlertHistoryRequest.BuilderListMonitoringAlertHistoryRequest.Builder. sortBy(MonitoringAlertHistorySortKey sortBy)The field used to sort results.
-