Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProfilerConfigForUpdate.Builder
-
Packages that use ProfilerConfigForUpdate.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProfilerConfigForUpdate.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProfilerConfigForUpdate.Builder Modifier and Type Method Description static ProfilerConfigForUpdate.BuilderProfilerConfigForUpdate. builder()ProfilerConfigForUpdate.BuilderProfilerConfigForUpdate.Builder. disableProfiler(Boolean disableProfiler)To turn off Amazon SageMaker Debugger monitoring and profiling while a training job is in progress, set toTrue.ProfilerConfigForUpdate.BuilderProfilerConfigForUpdate.Builder. profilingIntervalInMilliseconds(Long profilingIntervalInMilliseconds)A time interval for capturing system metrics in milliseconds.ProfilerConfigForUpdate.BuilderProfilerConfigForUpdate.Builder. profilingParameters(Map<String,String> profilingParameters)Configuration information for capturing framework metrics.ProfilerConfigForUpdate.BuilderProfilerConfigForUpdate.Builder. s3OutputPath(String s3OutputPath)Path to Amazon S3 storage location for system and framework metrics.ProfilerConfigForUpdate.BuilderProfilerConfigForUpdate. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProfilerConfigForUpdate.Builder Modifier and Type Method Description static Class<? extends ProfilerConfigForUpdate.Builder>ProfilerConfigForUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProfilerConfigForUpdate.Builder Modifier and Type Method Description default UpdateTrainingJobRequest.BuilderUpdateTrainingJobRequest.Builder. profilerConfig(Consumer<ProfilerConfigForUpdate.Builder> profilerConfig)Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
-