@Generated(value="software.amazon.awssdk:codegen") public final class ModelMetadataSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
A summary of the model metadata.
Modifier and Type | Class and Description |
---|---|
static interface |
ModelMetadataSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static ModelMetadataSummary.Builder |
builder() |
String |
domain()
The machine learning domain of the model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
framework()
The machine learning framework of the model.
|
String |
frameworkVersion()
The framework version of the model.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
model()
The name of the model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelMetadataSummary.Builder> |
serializableBuilderClass() |
String |
task()
The machine learning task of the model.
|
ModelMetadataSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String domain()
The machine learning domain of the model.
public final String framework()
The machine learning framework of the model.
public final String task()
The machine learning task of the model.
public final String model()
The name of the model.
public final String frameworkVersion()
The framework version of the model.
public ModelMetadataSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
public static ModelMetadataSummary.Builder builder()
public static Class<? extends ModelMetadataSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.