Class ProcessingOutput

    • Method Detail

      • outputName

        public final String outputName()

        The name for the processing job output.

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

        public final ProcessingS3Output s3Output()

        Configuration for processing job outputs in Amazon S3.

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

        public final ProcessingFeatureStoreOutput featureStoreOutput()

        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.
      • appManaged

        public final 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.

        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)