@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobInputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobInputConfig.Builder,LabelingJobInputConfig>
Input configuration information for a labeling job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelingJobInputConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobInputConfig.Builder |
builder() |
LabelingJobDataAttributes |
dataAttributes()
Attributes of the data specified by the customer.
|
LabelingJobDataSource |
dataSource()
The location of the input data.
|
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 LabelingJobInputConfig.Builder> |
serializableBuilderClass() |
LabelingJobInputConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic LabelingJobDataSource dataSource()
The location of the input data.
public LabelingJobDataAttributes dataAttributes()
Attributes of the data specified by the customer.
public LabelingJobInputConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelingJobInputConfig.Builder,LabelingJobInputConfig>public static LabelingJobInputConfig.Builder builder()
public static Class<? extends LabelingJobInputConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.