Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProfilerConfig.Builder
-
Packages that use ProfilerConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProfilerConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProfilerConfig.Builder Modifier and Type Method Description static ProfilerConfig.BuilderProfilerConfig. builder()ProfilerConfig.BuilderProfilerConfig.Builder. disableProfiler(Boolean disableProfiler)Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality.ProfilerConfig.BuilderProfilerConfig.Builder. profilingIntervalInMilliseconds(Long profilingIntervalInMilliseconds)A time interval for capturing system metrics in milliseconds.ProfilerConfig.BuilderProfilerConfig.Builder. profilingParameters(Map<String,String> profilingParameters)Configuration information for capturing framework metrics.ProfilerConfig.BuilderProfilerConfig.Builder. s3OutputPath(String s3OutputPath)Path to Amazon S3 storage location for system and framework metrics.ProfilerConfig.BuilderProfilerConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProfilerConfig.Builder Modifier and Type Method Description static Class<? extends ProfilerConfig.Builder>ProfilerConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProfilerConfig.Builder Modifier and Type Method Description default CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. profilerConfig(Consumer<ProfilerConfig.Builder> profilerConfig)Sets the value of the ProfilerConfig property for this object.default DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. profilerConfig(Consumer<ProfilerConfig.Builder> profilerConfig)Sets the value of the ProfilerConfig property for this object.default TrainingJob.BuilderTrainingJob.Builder. profilerConfig(Consumer<ProfilerConfig.Builder> profilerConfig)Sets the value of the ProfilerConfig property for this object.
-