@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelVariantConfigSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the deployment configuration of a model.
Constructor and Description |
---|
ModelVariantConfigSummary() |
Modifier and Type | Method and Description |
---|---|
ModelVariantConfigSummary |
clone() |
boolean |
equals(Object obj) |
ModelInfrastructureConfig |
getInfrastructureConfig()
The configuration of the infrastructure that the model has been deployed to.
|
String |
getModelName()
The name of the Amazon SageMaker Model entity.
|
String |
getStatus()
The status of deployment for the model variant on the hosted inference endpoint.
|
String |
getVariantName()
The name of the variant.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
void |
setModelName(String modelName)
The name of the Amazon SageMaker Model entity.
|
void |
setStatus(String status)
The status of deployment for the model variant on the hosted inference endpoint.
|
void |
setVariantName(String variantName)
The name of the variant.
|
String |
toString()
Returns a string representation of this object.
|
ModelVariantConfigSummary |
withInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
ModelVariantConfigSummary |
withModelName(String modelName)
The name of the Amazon SageMaker Model entity.
|
ModelVariantConfigSummary |
withStatus(ModelVariantStatus status)
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary |
withStatus(String status)
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary |
withVariantName(String variantName)
The name of the variant.
|
public void setModelName(String modelName)
The name of the Amazon SageMaker Model entity.
modelName
- The name of the Amazon SageMaker Model entity.public String getModelName()
The name of the Amazon SageMaker Model entity.
public ModelVariantConfigSummary withModelName(String modelName)
The name of the Amazon SageMaker Model entity.
modelName
- The name of the Amazon SageMaker Model entity.public void setVariantName(String variantName)
The name of the variant.
variantName
- The name of the variant.public String getVariantName()
The name of the variant.
public ModelVariantConfigSummary withVariantName(String variantName)
The name of the variant.
variantName
- The name of the variant.public void setInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
infrastructureConfig
- The configuration of the infrastructure that the model has been deployed to.public ModelInfrastructureConfig getInfrastructureConfig()
The configuration of the infrastructure that the model has been deployed to.
public ModelVariantConfigSummary withInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
infrastructureConfig
- The configuration of the infrastructure that the model has been deployed to.public void setStatus(String 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.
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.
ModelVariantStatus
public String getStatus()
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.
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.
ModelVariantStatus
public ModelVariantConfigSummary withStatus(String 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.
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.
ModelVariantStatus
public ModelVariantConfigSummary withStatus(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.
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.
ModelVariantStatus
public String toString()
toString
in class Object
Object.toString()
public ModelVariantConfigSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.