Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProfilerRuleEvaluationStatus
-
Packages that use ProfilerRuleEvaluationStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProfilerRuleEvaluationStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProfilerRuleEvaluationStatus Modifier and Type Method Description List<ProfilerRuleEvaluationStatus>DescribeTrainingJobResponse. profilerRuleEvaluationStatuses()Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProfilerRuleEvaluationStatus Modifier and Type Method Description DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. profilerRuleEvaluationStatuses(ProfilerRuleEvaluationStatus... profilerRuleEvaluationStatuses)Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProfilerRuleEvaluationStatus Modifier and Type Method Description DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. profilerRuleEvaluationStatuses(Collection<ProfilerRuleEvaluationStatus> profilerRuleEvaluationStatuses)Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.
-