@Generated(value="software.amazon.awssdk:codegen") public final class BatchDescribeModelPackageSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDescribeModelPackageSummary.Builder,BatchDescribeModelPackageSummary>
Provides summary information about the model package.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchDescribeModelPackageSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchDescribeModelPackageSummary.Builder |
builder() |
Instant |
creationTime()
The creation time of the mortgage package summary.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InferenceSpecification |
inferenceSpecification()
Returns the value of the InferenceSpecification property for this object.
|
ModelApprovalStatus |
modelApprovalStatus()
The approval status of the model.
|
String |
modelApprovalStatusAsString()
The approval status of the model.
|
String |
modelPackageArn()
The Amazon Resource Name (ARN) of the model package.
|
String |
modelPackageDescription()
The description of the model package.
|
String |
modelPackageGroupName()
The group name for the model package
|
ModelPackageStatus |
modelPackageStatus()
The status of the mortgage package.
|
String |
modelPackageStatusAsString()
The status of the mortgage package.
|
Integer |
modelPackageVersion()
The version number of a versioned model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDescribeModelPackageSummary.Builder> |
serializableBuilderClass() |
BatchDescribeModelPackageSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String modelPackageGroupName()
The group name for the model package
public final Integer modelPackageVersion()
The version number of a versioned model.
public final String modelPackageArn()
The Amazon Resource Name (ARN) of the model package.
public final String modelPackageDescription()
The description of the model package.
public final Instant creationTime()
The creation time of the mortgage package summary.
public final InferenceSpecification inferenceSpecification()
public final ModelPackageStatus modelPackageStatus()
The status of the mortgage 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 final String modelPackageStatusAsString()
The status of the mortgage 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 final ModelApprovalStatus modelApprovalStatus()
The approval status of the model.
If the service returns an enum value that is not available in the current SDK version,
modelApprovalStatus
will return ModelApprovalStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from modelApprovalStatusAsString()
.
ModelApprovalStatus
public final String modelApprovalStatusAsString()
The approval status of the model.
If the service returns an enum value that is not available in the current SDK version,
modelApprovalStatus
will return ModelApprovalStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from modelApprovalStatusAsString()
.
ModelApprovalStatus
public BatchDescribeModelPackageSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<BatchDescribeModelPackageSummary.Builder,BatchDescribeModelPackageSummary>
public static BatchDescribeModelPackageSummary.Builder builder()
public static Class<? extends BatchDescribeModelPackageSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.