| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<DebugRuleEvaluationStatus> |
DescribeTrainingJobResponse.debugRuleEvaluationStatuses()
Status about the debug rule evaluation.
|
List<DebugRuleEvaluationStatus> |
TrainingJob.debugRuleEvaluationStatuses()
Information about the evaluation status of the rules for the training job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.debugRuleEvaluationStatuses(DebugRuleEvaluationStatus... debugRuleEvaluationStatuses)
Status about the debug rule evaluation.
|
TrainingJob.Builder |
TrainingJob.Builder.debugRuleEvaluationStatuses(DebugRuleEvaluationStatus... debugRuleEvaluationStatuses)
Information about the evaluation status of the rules for the training job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.debugRuleEvaluationStatuses(Collection<DebugRuleEvaluationStatus> debugRuleEvaluationStatuses)
Status about the debug rule evaluation.
|
TrainingJob.Builder |
TrainingJob.Builder.debugRuleEvaluationStatuses(Collection<DebugRuleEvaluationStatus> debugRuleEvaluationStatuses)
Information about the evaluation status of the rules for the training job.
|
Copyright © 2020. All rights reserved.