@Generated(value="software.amazon.awssdk:codegen") public final class ModelPackageSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelPackageSummary.Builder,ModelPackageSummary>
Provides summary information about a model package.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelPackageSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelPackageSummary.Builder |
builder() |
Instant |
creationTime()
A timestamp that shows when the model package was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelPackageArn()
The Amazon Resource Name (ARN) of the model package.
|
String |
modelPackageDescription()
A brief description of the model package.
|
String |
modelPackageName()
The name of the model package.
|
ModelPackageStatus |
modelPackageStatus()
The overall status of the model package.
|
String |
modelPackageStatusAsString()
The overall status of the model package.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelPackageSummary.Builder> |
serializableBuilderClass() |
ModelPackageSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String modelPackageName()
The name of the model package.
public String modelPackageArn()
The Amazon Resource Name (ARN) of the model package.
public String modelPackageDescription()
A brief description of the model package.
public Instant creationTime()
A timestamp that shows when the model package was created.
public ModelPackageStatus modelPackageStatus()
The overall status of the model package.
If the service returns an enum value that is not available in the current SDK version,
modelPackageStatus will return ModelPackageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from modelPackageStatusAsString().
ModelPackageStatuspublic String modelPackageStatusAsString()
The overall status of the model package.
If the service returns an enum value that is not available in the current SDK version,
modelPackageStatus will return ModelPackageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from modelPackageStatusAsString().
ModelPackageStatuspublic ModelPackageSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelPackageSummary.Builder,ModelPackageSummary>public static ModelPackageSummary.Builder builder()
public static Class<? extends ModelPackageSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.