Interface MonitoringS3Output.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MonitoringS3Output.Builder,MonitoringS3Output>, SdkBuilder<MonitoringS3Output.Builder,MonitoringS3Output>, SdkPojo
Enclosing class:
MonitoringS3Output

public static interface MonitoringS3Output.Builder extends SdkPojo, CopyableBuilder<MonitoringS3Output.Builder,MonitoringS3Output>
  • Method Details

    • s3Uri

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

      Parameters:
      s3Uri - A URI that identifies the Amazon S3 storage location where Amazon SageMaker 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 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 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: