Class ModelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ModelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelSummary.Builder,ModelSummary>
@Generated("software.amazon.awssdk:codegen") public final class ModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelSummary.Builder,ModelSummary>
Provides summary information about a model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelSummary.Builderbuilder()InstantcreationTime()A timestamp that indicates when the model was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelArn()The Amazon Resource Name (ARN) of the model.StringmodelName()The name of the model that you want a summary for.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModelSummary.Builder>serializableBuilderClass()ModelSummary.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
-
modelName
public final String modelName()
The name of the model that you want a summary for.
- Returns:
- The name of the model that you want a summary for.
-
modelArn
public final String modelArn()
The Amazon Resource Name (ARN) of the model.
- Returns:
- The Amazon Resource Name (ARN) of the model.
-
creationTime
public final Instant creationTime()
A timestamp that indicates when the model was created.
- Returns:
- A timestamp that indicates when the model was created.
-
toBuilder
public ModelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelSummary.Builder,ModelSummary>
-
builder
public static ModelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-