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