@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobDataSource.Builder,LabelingJobDataSource>
Provides information about the location of input data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelingJobDataSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobDataSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LabelingJobS3DataSource |
s3DataSource()
The Amazon S3 location of the input data objects.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobDataSource.Builder> |
serializableBuilderClass() |
LabelingJobDataSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic LabelingJobS3DataSource s3DataSource()
The Amazon S3 location of the input data objects.
public LabelingJobDataSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelingJobDataSource.Builder,LabelingJobDataSource>public static LabelingJobDataSource.Builder builder()
public static Class<? extends LabelingJobDataSource.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.