@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelingJobInputConfig extends Object implements Serializable, Cloneable, StructuredPojo
Input configuration information for a labeling job.
Constructor and Description |
---|
LabelingJobInputConfig() |
Modifier and Type | Method and Description |
---|---|
LabelingJobInputConfig |
clone() |
boolean |
equals(Object obj) |
LabelingJobDataAttributes |
getDataAttributes()
Attributes of the data specified by the customer.
|
LabelingJobDataSource |
getDataSource()
The location of the input data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
void |
setDataSource(LabelingJobDataSource dataSource)
The location of the input data.
|
String |
toString()
Returns a string representation of this object.
|
LabelingJobInputConfig |
withDataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
LabelingJobInputConfig |
withDataSource(LabelingJobDataSource dataSource)
The location of the input data.
|
public void setDataSource(LabelingJobDataSource dataSource)
The location of the input data.
dataSource
- The location of the input data.public LabelingJobDataSource getDataSource()
The location of the input data.
public LabelingJobInputConfig withDataSource(LabelingJobDataSource dataSource)
The location of the input data.
dataSource
- The location of the input data.public void setDataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
dataAttributes
- Attributes of the data specified by the customer.public LabelingJobDataAttributes getDataAttributes()
Attributes of the data specified by the customer.
public LabelingJobInputConfig withDataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
dataAttributes
- Attributes of the data specified by the customer.public String toString()
toString
in class Object
Object.toString()
public LabelingJobInputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.