Class ModelMetadataSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ModelMetadataSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
@Generated("software.amazon.awssdk:codegen") public final class ModelMetadataSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
A summary of the model metadata.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelMetadataSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelMetadataSummary.Builderbuilder()Stringdomain()The machine learning domain of the model.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringframework()The machine learning framework of the model.StringframeworkVersion()The framework version of the model.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmodel()The name of the model.List<SdkField<?>>sdkFields()static Class<? extends ModelMetadataSummary.Builder>serializableBuilderClass()Stringtask()The machine learning task of the model.ModelMetadataSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domain
public final String domain()
The machine learning domain of the model.
- Returns:
- The machine learning domain of the model.
-
framework
public final String framework()
The machine learning framework of the model.
- Returns:
- The machine learning framework of the model.
-
task
public final String task()
The machine learning task of the model.
- Returns:
- The machine learning task of the model.
-
model
public final String model()
The name of the model.
- Returns:
- The name of the model.
-
frameworkVersion
public final String frameworkVersion()
The framework version of the model.
- Returns:
- The framework version of the model.
-
toBuilder
public ModelMetadataSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
-
builder
public static ModelMetadataSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelMetadataSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-