public static interface ProductionVariantStatus.Builder extends SdkPojo, CopyableBuilder<ProductionVariantStatus.Builder,ProductionVariantStatus>
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantStatus.Builder |
startTime(Instant startTime)
The start time of the current status change.
|
ProductionVariantStatus.Builder |
status(String status)
The endpoint variant status which describes the current deployment stage status or operational status.
|
ProductionVariantStatus.Builder |
status(VariantStatus status)
The endpoint variant status which describes the current deployment stage status or operational status.
|
ProductionVariantStatus.Builder |
statusMessage(String statusMessage)
A message that describes the status of the production variant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProductionVariantStatus.Builder status(String 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.
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.
VariantStatus,
VariantStatusProductionVariantStatus.Builder status(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.
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.
VariantStatus,
VariantStatusProductionVariantStatus.Builder statusMessage(String statusMessage)
A message that describes the status of the production variant.
statusMessage - A message that describes the status of the production variant.ProductionVariantStatus.Builder startTime(Instant startTime)
The start time of the current status change.
startTime - The start time of the current status change.Copyright © 2023. All rights reserved.