@Generated(value="software.amazon.awssdk:codegen") public final class ModelVariantConfigSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelVariantConfigSummary.Builder,ModelVariantConfigSummary>
Summary of the deployment configuration of a model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelVariantConfigSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelVariantConfigSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ModelInfrastructureConfig |
infrastructureConfig()
The configuration of the infrastructure that the model has been deployed to.
|
String |
modelName()
The name of the Amazon SageMaker Model entity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelVariantConfigSummary.Builder> |
serializableBuilderClass() |
ModelVariantStatus |
status()
The status of deployment for the model variant on the hosted inference endpoint.
|
String |
statusAsString()
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
variantName()
The name of the variant.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the Amazon SageMaker Model entity.
public final String variantName()
The name of the variant.
public final ModelInfrastructureConfig infrastructureConfig()
The configuration of the infrastructure that the model has been deployed to.
public final ModelVariantStatus status()
The status of deployment for the model variant on the hosted inference endpoint.
Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.
InService - The model variant is running on the hosted inference endpoint.
Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.
Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.
Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen
after stopping the experiment.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelVariantStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.
InService - The model variant is running on the hosted inference endpoint.
Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.
Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.
Deleted - The model variant has been deleted on the hosted inference endpoint. This can only
happen after stopping the experiment.
ModelVariantStatuspublic final String statusAsString()
The status of deployment for the model variant on the hosted inference endpoint.
Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.
InService - The model variant is running on the hosted inference endpoint.
Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.
Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.
Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen
after stopping the experiment.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelVariantStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.
InService - The model variant is running on the hosted inference endpoint.
Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.
Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.
Deleted - The model variant has been deleted on the hosted inference endpoint. This can only
happen after stopping the experiment.
ModelVariantStatuspublic ModelVariantConfigSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelVariantConfigSummary.Builder,ModelVariantConfigSummary>public static ModelVariantConfigSummary.Builder builder()
public static Class<? extends ModelVariantConfigSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.