@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. For more information, see .
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLChannel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLChannel.Builder |
builder() |
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 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.