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 AutoMLJobChannel

    • Constructor Detail

      • AutoMLJobChannel

        public AutoMLJobChannel()
    • Method Detail

      • setChannelType

        public void setChannelType(String channelType)

        The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

        The type of channel defaults to training for the time-series forecasting problem type.

        Parameters:
        channelType - The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

        The type of channel defaults to training for the time-series forecasting problem type.

        See Also:
        AutoMLChannelType
      • getChannelType

        public String getChannelType()

        The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

        The type of channel defaults to training for the time-series forecasting problem type.

        Returns:
        The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

        The type of channel defaults to training for the time-series forecasting problem type.

        See Also:
        AutoMLChannelType
      • withChannelType

        public AutoMLJobChannel withChannelType(String channelType)

        The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

        The type of channel defaults to training for the time-series forecasting problem type.

        Parameters:
        channelType - The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

        The type of channel defaults to training for the time-series forecasting problem type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLChannelType
      • withChannelType

        public AutoMLJobChannel withChannelType(AutoMLChannelType channelType)

        The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

        The type of channel defaults to training for the time-series forecasting problem type.

        Parameters:
        channelType - The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

        The type of channel defaults to training for the time-series forecasting problem type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLChannelType
      • setContentType

        public void setContentType(String contentType)

        The content type of the data from the input source. The following are the allowed content types for different problems:

        • For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For image classification: image/png, image/jpeg, or image/*. The default value is image/*.

        • For text classification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For text generation (LLMs fine-tuning): text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        Parameters:
        contentType - The content type of the data from the input source. The following are the allowed content types for different problems:

        • For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For image classification: image/png, image/jpeg, or image/*. The default value is image/*.

        • For text classification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For text generation (LLMs fine-tuning): text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

      • getContentType

        public String getContentType()

        The content type of the data from the input source. The following are the allowed content types for different problems:

        • For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For image classification: image/png, image/jpeg, or image/*. The default value is image/*.

        • For text classification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For text generation (LLMs fine-tuning): text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        Returns:
        The content type of the data from the input source. The following are the allowed content types for different problems:

        • For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For image classification: image/png, image/jpeg, or image/*. The default value is image/*.

        • For text classification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For text generation (LLMs fine-tuning): text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

      • withContentType

        public AutoMLJobChannel withContentType(String contentType)

        The content type of the data from the input source. The following are the allowed content types for different problems:

        • For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For image classification: image/png, image/jpeg, or image/*. The default value is image/*.

        • For text classification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For text generation (LLMs fine-tuning): text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        Parameters:
        contentType - The content type of the data from the input source. The following are the allowed content types for different problems:

        • For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For image classification: image/png, image/jpeg, or image/*. The default value is image/*.

        • For text classification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        • For text generation (LLMs fine-tuning): text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCompressionType

        public void setCompressionType(String compressionType)

        The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.

        Parameters:
        compressionType - The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.
        See Also:
        CompressionType
      • getCompressionType

        public String getCompressionType()

        The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.

        Returns:
        The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.
        See Also:
        CompressionType
      • withCompressionType

        public AutoMLJobChannel withCompressionType(String compressionType)

        The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.

        Parameters:
        compressionType - The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CompressionType
      • withCompressionType

        public AutoMLJobChannel withCompressionType(CompressionType compressionType)

        The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.

        Parameters:
        compressionType - The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CompressionType
      • setDataSource

        public void setDataSource(AutoMLDataSource dataSource)

        The data source for an AutoML channel (Required).

        Parameters:
        dataSource - The data source for an AutoML channel (Required).
      • getDataSource

        public AutoMLDataSource getDataSource()

        The data source for an AutoML channel (Required).

        Returns:
        The data source for an AutoML channel (Required).
      • withDataSource

        public AutoMLJobChannel withDataSource(AutoMLDataSource dataSource)

        The data source for an AutoML channel (Required).

        Parameters:
        dataSource - The data source for an AutoML channel (Required).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /