Interface ProfilerConfigForUpdate.Builder

    • Method Detail

      • s3OutputPath

        ProfilerConfigForUpdate.Builder s3OutputPath​(String s3OutputPath)

        Path to Amazon S3 storage location for system and framework metrics.

        Parameters:
        s3OutputPath - Path to Amazon S3 storage location for system and framework metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profilingIntervalInMilliseconds

        ProfilerConfigForUpdate.Builder profilingIntervalInMilliseconds​(Long profilingIntervalInMilliseconds)

        A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

        Parameters:
        profilingIntervalInMilliseconds - A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disableProfiler

        ProfilerConfigForUpdate.Builder disableProfiler​(Boolean disableProfiler)

        To turn off Amazon SageMaker Debugger monitoring and profiling while a training job is in progress, set to True.

        Parameters:
        disableProfiler - To turn off Amazon SageMaker Debugger monitoring and profiling while a training job is in progress, set to True.
        Returns:
        Returns a reference to this object so that method calls can be chained together.