| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelVariantConfigSummary.Builder |
ModelVariantConfigSummary.builder() |
default ModelVariantConfigSummary.Builder |
ModelVariantConfigSummary.Builder.infrastructureConfig(Consumer<ModelInfrastructureConfig.Builder> infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
ModelVariantConfigSummary.Builder |
ModelVariantConfigSummary.Builder.infrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
ModelVariantConfigSummary.Builder |
ModelVariantConfigSummary.Builder.modelName(String modelName)
The name of the Amazon SageMaker Model entity.
|
ModelVariantConfigSummary.Builder |
ModelVariantConfigSummary.Builder.status(ModelVariantStatus status)
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary.Builder |
ModelVariantConfigSummary.Builder.status(String status)
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary.Builder |
ModelVariantConfigSummary.toBuilder() |
ModelVariantConfigSummary.Builder |
ModelVariantConfigSummary.Builder.variantName(String variantName)
The name of the variant.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModelVariantConfigSummary.Builder> |
ModelVariantConfigSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.