Interface MonitoringS3Output.Builder

  • Method Details

    • s3Uri

      A URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.

      Parameters:
      s3Uri - A URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localPath

      MonitoringS3Output.Builder localPath(String localPath)

      The local path to the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job. LocalPath is an absolute path for the output data.

      Parameters:
      localPath - The local path to the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job. LocalPath is an absolute path for the output data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3UploadMode

      MonitoringS3Output.Builder s3UploadMode(String s3UploadMode)

      Whether to upload the results of the monitoring job continuously or after the job completes.

      Parameters:
      s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3UploadMode

      Whether to upload the results of the monitoring job continuously or after the job completes.

      Parameters:
      s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: