@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) |
<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() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
Copyright © 2018. All rights reserved.