JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class ProcessingS3Output

    • Constructor Detail

      • ProcessingS3Output

        public ProcessingS3Output()
    • Method Detail

      • setS3Uri

        public void setS3Uri(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.
      • getS3Uri

        public String getS3Uri()

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

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

        public ProcessingS3Output withS3Uri(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.
      • setLocalPath

        public void setLocalPath(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.
      • getLocalPath

        public String getLocalPath()

        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:
        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.
      • withLocalPath

        public ProcessingS3Output withLocalPath(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.
      • setS3UploadMode

        public void setS3UploadMode(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.
        See Also:
        ProcessingS3UploadMode
      • getS3UploadMode

        public String getS3UploadMode()

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

        Returns:
        Whether to upload the results of the processing job continuously or after the job completes.
        See Also:
        ProcessingS3UploadMode
      • withS3UploadMode

        public ProcessingS3Output withS3UploadMode(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
      • withS3UploadMode

        public ProcessingS3Output withS3UploadMode(ProcessingS3UploadMode 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
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /