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