@Generated(value="software.amazon.awssdk:codegen") public final class Asset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Asset.Builder,Asset>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Asset.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Asset.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GroundTruthManifest |
groundTruthManifest()
Returns the value of the GroundTruthManifest property for this object.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Asset.Builder> |
serializableBuilderClass() |
Asset.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GroundTruthManifest groundTruthManifest()
public Asset.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Asset.Builder,Asset>public static Asset.Builder builder()
public static Class<? extends Asset.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.