Class AdditionalS3DataSource

    • Method Detail

      • s3DataTypeAsString

        public final String s3DataTypeAsString()

        The data type of the additional data source that you specify for use in inference or training.

        If the service returns an enum value that is not available in the current SDK version, s3DataType will return AdditionalS3DataSourceDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from s3DataTypeAsString().

        Returns:
        The data type of the additional data source that you specify for use in inference or training.
        See Also:
        AdditionalS3DataSourceDataType
      • s3Uri

        public final String s3Uri()

        The uniform resource identifier (URI) used to identify an additional data source used in inference or training.

        Returns:
        The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
      • compressionType

        public final CompressionType compressionType()

        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.

        If the service returns an enum value that is not available in the current SDK version, compressionType will return CompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compressionTypeAsString().

        Returns:
        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.
        See Also:
        CompressionType
      • compressionTypeAsString

        public final String compressionTypeAsString()

        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.

        If the service returns an enum value that is not available in the current SDK version, compressionType will return CompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from compressionTypeAsString().

        Returns:
        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.
        See Also:
        CompressionType
      • eTag

        public final String eTag()

        The ETag associated with S3 URI.

        Returns:
        The ETag associated with S3 URI.
      • 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)