@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetSource extends Object implements Serializable, Cloneable, StructuredPojo
Information about the location of a manifest file that Amazon Lookout for Vision uses to to create a dataset.
Constructor and Description |
---|
DatasetSource() |
Modifier and Type | Method and Description |
---|---|
DatasetSource |
clone() |
boolean |
equals(Object obj) |
DatasetGroundTruthManifest |
getGroundTruthManifest()
Location information for the manifest file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroundTruthManifest(DatasetGroundTruthManifest groundTruthManifest)
Location information for the manifest file.
|
String |
toString()
Returns a string representation of this object.
|
DatasetSource |
withGroundTruthManifest(DatasetGroundTruthManifest groundTruthManifest)
Location information for the manifest file.
|
public void setGroundTruthManifest(DatasetGroundTruthManifest groundTruthManifest)
Location information for the manifest file.
groundTruthManifest
- Location information for the manifest file.public DatasetGroundTruthManifest getGroundTruthManifest()
Location information for the manifest file.
public DatasetSource withGroundTruthManifest(DatasetGroundTruthManifest groundTruthManifest)
Location information for the manifest file.
groundTruthManifest
- Location information for the manifest file.public String toString()
toString
in class Object
Object.toString()
public DatasetSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.