AutoMlJobChannel

A channel is a named input source that training algorithms can consume. This channel is used for AutoML jobs V2 (jobs created by calling CreateAutoMLJobV2).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The data source for an AutoML channel (Required).

Functions

Link copied to clipboard
inline fun copy(block: AutoMlJobChannel.Builder.() -> Unit = {}): AutoMlJobChannel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String