| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<DebugRuleConfiguration> |
TrainingJob.debugRuleConfigurations()
Information about the debug rule configuration.
|
List<DebugRuleConfiguration> |
CreateTrainingJobRequest.debugRuleConfigurations()
Configuration information for Debugger rules for debugging output tensors.
|
List<DebugRuleConfiguration> |
DescribeTrainingJobResponse.debugRuleConfigurations()
Configuration information for Debugger rules for debugging output tensors.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingJob.Builder |
TrainingJob.Builder.debugRuleConfigurations(DebugRuleConfiguration... debugRuleConfigurations)
Information about the debug rule configuration.
|
CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.debugRuleConfigurations(DebugRuleConfiguration... debugRuleConfigurations)
Configuration information for Debugger rules for debugging output tensors.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.debugRuleConfigurations(DebugRuleConfiguration... debugRuleConfigurations)
Configuration information for Debugger rules for debugging output tensors.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingJob.Builder |
TrainingJob.Builder.debugRuleConfigurations(Collection<DebugRuleConfiguration> debugRuleConfigurations)
Information about the debug rule configuration.
|
CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.debugRuleConfigurations(Collection<DebugRuleConfiguration> debugRuleConfigurations)
Configuration information for Debugger rules for debugging output tensors.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.debugRuleConfigurations(Collection<DebugRuleConfiguration> debugRuleConfigurations)
Configuration information for Debugger rules for debugging output tensors.
|
Copyright © 2021. All rights reserved.