Interface ProcessingS3Output.Builder

    • Method Detail

      • s3Uri

        ProcessingS3Output.Builder s3Uri​(String s3Uri)

        A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

        Parameters:
        s3Uri - A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localPath

        ProcessingS3Output.Builder localPath​(String localPath)

        The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.

        Parameters:
        localPath - The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3UploadMode

        ProcessingS3Output.Builder s3UploadMode​(String s3UploadMode)

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

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