@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) |
<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 statement describing 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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 statement describing 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()
.
ModelPackageStatus
public 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()
.
ModelPackageStatus
public ModelPackageSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModelPackageSummary.Builder,ModelPackageSummary>
public static ModelPackageSummary.Builder builder()
public static Class<? extends ModelPackageSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.