Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringJobDefinitionSortKey
-
Packages that use MonitoringJobDefinitionSortKey Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringJobDefinitionSortKey in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringJobDefinitionSortKey Modifier and Type Method Description static MonitoringJobDefinitionSortKeyMonitoringJobDefinitionSortKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonitoringJobDefinitionSortKeyListDataQualityJobDefinitionsRequest. sortBy()The field to sort results by.MonitoringJobDefinitionSortKeyListModelBiasJobDefinitionsRequest. sortBy()Whether to sort results by theNameorCreationTimefield.MonitoringJobDefinitionSortKeyListModelExplainabilityJobDefinitionsRequest. sortBy()Whether to sort results by theNameorCreationTimefield.MonitoringJobDefinitionSortKeyListModelQualityJobDefinitionsRequest. sortBy()The field to sort results by.static MonitoringJobDefinitionSortKeyMonitoringJobDefinitionSortKey. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitoringJobDefinitionSortKey[]MonitoringJobDefinitionSortKey. 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 MonitoringJobDefinitionSortKey Modifier and Type Method Description static Set<MonitoringJobDefinitionSortKey>MonitoringJobDefinitionSortKey. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringJobDefinitionSortKey Modifier and Type Method Description ListDataQualityJobDefinitionsRequest.BuilderListDataQualityJobDefinitionsRequest.Builder. sortBy(MonitoringJobDefinitionSortKey sortBy)The field to sort results by.ListModelBiasJobDefinitionsRequest.BuilderListModelBiasJobDefinitionsRequest.Builder. sortBy(MonitoringJobDefinitionSortKey sortBy)Whether to sort results by theNameorCreationTimefield.ListModelExplainabilityJobDefinitionsRequest.BuilderListModelExplainabilityJobDefinitionsRequest.Builder. sortBy(MonitoringJobDefinitionSortKey sortBy)Whether to sort results by theNameorCreationTimefield.ListModelQualityJobDefinitionsRequest.BuilderListModelQualityJobDefinitionsRequest.Builder. sortBy(MonitoringJobDefinitionSortKey sortBy)The field to sort results by.
-