| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ModelVariantConfigSummary
Description
Synopsis
- data ModelVariantConfigSummary = ModelVariantConfigSummary' {}
 - newModelVariantConfigSummary :: Text -> Text -> ModelInfrastructureConfig -> ModelVariantStatus -> ModelVariantConfigSummary
 - modelVariantConfigSummary_modelName :: Lens' ModelVariantConfigSummary Text
 - modelVariantConfigSummary_variantName :: Lens' ModelVariantConfigSummary Text
 - modelVariantConfigSummary_infrastructureConfig :: Lens' ModelVariantConfigSummary ModelInfrastructureConfig
 - modelVariantConfigSummary_status :: Lens' ModelVariantConfigSummary ModelVariantStatus
 
Documentation
data ModelVariantConfigSummary Source #
Summary of the deployment configuration of a model.
See: newModelVariantConfigSummary smart constructor.
Constructors
| ModelVariantConfigSummary' | |
Fields 
  | |
Instances
newModelVariantConfigSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> ModelInfrastructureConfig | |
| -> ModelVariantStatus | |
| -> ModelVariantConfigSummary | 
Create a value of ModelVariantConfigSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:modelName:ModelVariantConfigSummary', modelVariantConfigSummary_modelName - The name of the Amazon SageMaker Model entity.
$sel:variantName:ModelVariantConfigSummary', modelVariantConfigSummary_variantName - The name of the variant.
$sel:infrastructureConfig:ModelVariantConfigSummary', modelVariantConfigSummary_infrastructureConfig - The configuration of the infrastructure that the model has been deployed
 to.
$sel:status:ModelVariantConfigSummary', modelVariantConfigSummary_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.
modelVariantConfigSummary_modelName :: Lens' ModelVariantConfigSummary Text Source #
The name of the Amazon SageMaker Model entity.
modelVariantConfigSummary_variantName :: Lens' ModelVariantConfigSummary Text Source #
The name of the variant.
modelVariantConfigSummary_infrastructureConfig :: Lens' ModelVariantConfigSummary ModelInfrastructureConfig Source #
The configuration of the infrastructure that the model has been deployed to.
modelVariantConfigSummary_status :: Lens' ModelVariantConfigSummary ModelVariantStatus Source #
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.