Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProfilerRuleConfiguration
-
Packages that use ProfilerRuleConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProfilerRuleConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProfilerRuleConfiguration Modifier and Type Method Description List<ProfilerRuleConfiguration>CreateTrainingJobRequest. profilerRuleConfigurations()Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.List<ProfilerRuleConfiguration>DescribeTrainingJobResponse. profilerRuleConfigurations()Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.List<ProfilerRuleConfiguration>UpdateTrainingJobRequest. profilerRuleConfigurations()Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProfilerRuleConfiguration Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. profilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. profilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.UpdateTrainingJobRequest.BuilderUpdateTrainingJobRequest.Builder. profilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProfilerRuleConfiguration Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. profilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. profilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.UpdateTrainingJobRequest.BuilderUpdateTrainingJobRequest.Builder. profilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
-