@Generated(value="software.amazon.awssdk:codegen") public final class ProductionVariantStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProductionVariantStatus.Builder,ProductionVariantStatus>
Describes the status of the production variant.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProductionVariantStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProductionVariantStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProductionVariantStatus.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of the current status change.
|
VariantStatus |
status()
The endpoint variant status which describes the current deployment stage status or operational status.
|
String |
statusAsString()
The endpoint variant status which describes the current deployment stage status or operational status.
|
String |
statusMessage()
A message that describes the status of the production variant.
|
ProductionVariantStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VariantStatus status()
The endpoint variant status which describes the current deployment stage status or operational status.
Creating: Creating inference resources for the production variant.
Deleting: Terminating inference resources for the production variant.
Updating: Updating capacity for the production variant.
ActivatingTraffic: Turning on traffic for the production variant.
Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
If the service returns an enum value that is not available in the current SDK version, status will
return VariantStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Creating: Creating inference resources for the production variant.
Deleting: Terminating inference resources for the production variant.
Updating: Updating capacity for the production variant.
ActivatingTraffic: Turning on traffic for the production variant.
Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback
configuration.
VariantStatuspublic final String statusAsString()
The endpoint variant status which describes the current deployment stage status or operational status.
Creating: Creating inference resources for the production variant.
Deleting: Terminating inference resources for the production variant.
Updating: Updating capacity for the production variant.
ActivatingTraffic: Turning on traffic for the production variant.
Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
If the service returns an enum value that is not available in the current SDK version, status will
return VariantStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Creating: Creating inference resources for the production variant.
Deleting: Terminating inference resources for the production variant.
Updating: Updating capacity for the production variant.
ActivatingTraffic: Turning on traffic for the production variant.
Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback
configuration.
VariantStatuspublic final String statusMessage()
A message that describes the status of the production variant.
public final Instant startTime()
The start time of the current status change.
public ProductionVariantStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProductionVariantStatus.Builder,ProductionVariantStatus>public static ProductionVariantStatus.Builder builder()
public static Class<? extends ProductionVariantStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.