@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) |
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 ObjectObject.toString()public DatasetSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.