Uses of Class
software.amazon.awssdk.services.sagemaker.model.DebugRuleConfiguration
-
Packages that use DebugRuleConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DebugRuleConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DebugRuleConfiguration Modifier and Type Method Description List<DebugRuleConfiguration>CreateTrainingJobRequest. debugRuleConfigurations()Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.List<DebugRuleConfiguration>DescribeTrainingJobResponse. debugRuleConfigurations()Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.List<DebugRuleConfiguration>TrainingJob. debugRuleConfigurations()Information about the debug rule configuration.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DebugRuleConfiguration Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. debugRuleConfigurations(DebugRuleConfiguration... debugRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. debugRuleConfigurations(DebugRuleConfiguration... debugRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.TrainingJob.BuilderTrainingJob.Builder. debugRuleConfigurations(DebugRuleConfiguration... debugRuleConfigurations)Information about the debug rule configuration.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DebugRuleConfiguration Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. debugRuleConfigurations(Collection<DebugRuleConfiguration> debugRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. debugRuleConfigurations(Collection<DebugRuleConfiguration> debugRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.TrainingJob.BuilderTrainingJob.Builder. debugRuleConfigurations(Collection<DebugRuleConfiguration> debugRuleConfigurations)Information about the debug rule configuration.
-