@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Asset extends Object implements Serializable, Cloneable, StructuredPojo
Assets are the images that you use to train and evaluate a model version. Assets can also contain validation information that you use to debug a failed model training.
Constructor and Description |
---|
Asset() |
Modifier and Type | Method and Description |
---|---|
Asset |
clone() |
boolean |
equals(Object obj) |
GroundTruthManifest |
getGroundTruthManifest() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroundTruthManifest(GroundTruthManifest groundTruthManifest) |
String |
toString()
Returns a string representation of this object.
|
Asset |
withGroundTruthManifest(GroundTruthManifest groundTruthManifest) |
public void setGroundTruthManifest(GroundTruthManifest groundTruthManifest)
groundTruthManifest
- public GroundTruthManifest getGroundTruthManifest()
public Asset withGroundTruthManifest(GroundTruthManifest groundTruthManifest)
groundTruthManifest
- public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.