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 ProcessingOutput

    • Constructor Detail

      • ProcessingOutput

        public ProcessingOutput()
    • Method Detail

      • setOutputName

        public void setOutputName(String outputName)

        The name for the processing job output.

        Parameters:
        outputName - The name for the processing job output.
      • getOutputName

        public String getOutputName()

        The name for the processing job output.

        Returns:
        The name for the processing job output.
      • withOutputName

        public ProcessingOutput withOutputName(String outputName)

        The name for the processing job output.

        Parameters:
        outputName - The name for the processing job output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setS3Output

        public void setS3Output(ProcessingS3Output s3Output)

        Configuration for processing job outputs in Amazon S3.

        Parameters:
        s3Output - Configuration for processing job outputs in Amazon S3.
      • getS3Output

        public ProcessingS3Output getS3Output()

        Configuration for processing job outputs in Amazon S3.

        Returns:
        Configuration for processing job outputs in Amazon S3.
      • withS3Output

        public ProcessingOutput withS3Output(ProcessingS3Output s3Output)

        Configuration for processing job outputs in Amazon S3.

        Parameters:
        s3Output - Configuration for processing job outputs in Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFeatureStoreOutput

        public void setFeatureStoreOutput(ProcessingFeatureStoreOutput featureStoreOutput)

        Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

        Parameters:
        featureStoreOutput - Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.
      • getFeatureStoreOutput

        public ProcessingFeatureStoreOutput getFeatureStoreOutput()

        Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

        Returns:
        Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.
      • withFeatureStoreOutput

        public ProcessingOutput withFeatureStoreOutput(ProcessingFeatureStoreOutput featureStoreOutput)

        Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

        Parameters:
        featureStoreOutput - Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAppManaged

        public void setAppManaged(Boolean appManaged)

        When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

        Parameters:
        appManaged - When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.
      • getAppManaged

        public Boolean getAppManaged()

        When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

        Returns:
        When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.
      • withAppManaged

        public ProcessingOutput withAppManaged(Boolean appManaged)

        When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

        Parameters:
        appManaged - When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAppManaged

        public Boolean isAppManaged()

        When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

        Returns:
        When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.
      • 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 によって変換されたページ (->オリジナル) /