@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLChannel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLChannel.Builder,AutoMLChannel>
Similar to Channel. A channel is a named input source that training algorithms can consume. Refer to Channel for detailed descriptions.
| 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.
|
AutoMLDataSource |
dataSource()
The data source.
|
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, a.k.a.
|
AutoMLChannel.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic AutoMLDataSource dataSource()
The data source.
public 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().
CompressionTypepublic 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().
CompressionTypepublic String targetAttributeName()
The name of the target variable in supervised learning, a.k.a. 'y'.
public AutoMLChannel.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLChannel.Builder,AutoMLChannel>public static AutoMLChannel.Builder builder()
public static Class<? extends AutoMLChannel.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.