Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingPlanFilter
-
Packages that use TrainingPlanFilter Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingPlanFilter in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrainingPlanFilter Modifier and Type Method Description List<TrainingPlanFilter>ListTrainingPlansRequest. filters()Additional filters to apply to the list of training plans.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingPlanFilter Modifier and Type Method Description ListTrainingPlansRequest.BuilderListTrainingPlansRequest.Builder. filters(TrainingPlanFilter... filters)Additional filters to apply to the list of training plans.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrainingPlanFilter Modifier and Type Method Description ListTrainingPlansRequest.BuilderListTrainingPlansRequest.Builder. filters(Collection<TrainingPlanFilter> filters)Additional filters to apply to the list of training plans.
-