@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLChannel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLChannel.Builder,AutoMLChannel>
A channel is a named input source that training algorithms can consume. The validation dataset size is limited to less than 2 GB. The training dataset size must be less than 100 GB. For more information, see .
A validation dataset must contain the same headers as the training dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLChannel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLChannel.Builder |
builder() |
AutoMLChannelType |
channelType()
The channel type (optional) is an
enum string. |
String |
channelTypeAsString()
The channel type (optional) is an
enum string. |
CompressionType |
compressionType()
You can use
Gzip or None. |
String |
compressionTypeAsString()
You can use
Gzip or None. |
String |
contentType()
The content type of the data from the input source.
|
AutoMLDataSource |
dataSource()
The data source for an AutoML channel.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoMLChannel.Builder> |
serializableBuilderClass() |
String |
targetAttributeName()
The name of the target variable in supervised learning, usually represented by 'y'.
|
AutoMLChannel.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AutoMLDataSource dataSource()
The data source for an AutoML channel.
public final CompressionType compressionType()
You can use Gzip or None. The default value is None.
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().
Gzip or None. The default value is None.CompressionTypepublic final String compressionTypeAsString()
You can use Gzip or None. The default value is None.
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().
Gzip or None. The default value is None.CompressionTypepublic final String targetAttributeName()
The name of the target variable in supervised learning, usually represented by 'y'.
public final String contentType()
The content type of the data from the input source. You can use text/csv;header=present or
x-application/vnd.amazon+parquet. The default value is text/csv;header=present.
text/csv;header=present or
x-application/vnd.amazon+parquet. The default value is text/csv;header=present.public final AutoMLChannelType channelType()
The channel type (optional) is an enum string. The default value is training. Channels
for training and validation must share the same ContentType and TargetAttributeName.
For information on specifying training and validation channel types, see How to specify training and validation datasets .
If the service returns an enum value that is not available in the current SDK version, channelType will
return AutoMLChannelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelTypeAsString().
enum string. The default value is training.
Channels for training and validation must share the same ContentType and
TargetAttributeName. For information on specifying training and validation channel types,
see How to specify training and validation datasets .AutoMLChannelTypepublic final String channelTypeAsString()
The channel type (optional) is an enum string. The default value is training. Channels
for training and validation must share the same ContentType and TargetAttributeName.
For information on specifying training and validation channel types, see How to specify training and validation datasets .
If the service returns an enum value that is not available in the current SDK version, channelType will
return AutoMLChannelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelTypeAsString().
enum string. The default value is training.
Channels for training and validation must share the same ContentType and
TargetAttributeName. For information on specifying training and validation channel types,
see How to specify training and validation datasets .AutoMLChannelTypepublic AutoMLChannel.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLChannel.Builder,AutoMLChannel>public static AutoMLChannel.Builder builder()
public static Class<? extends AutoMLChannel.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.