| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelVariantConfigSummary |
ModelVariantConfigSummary.clone() |
ModelVariantConfigSummary |
ModelVariantConfigSummary.withInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
ModelVariantConfigSummary |
ModelVariantConfigSummary.withModelName(String modelName)
The name of the Amazon SageMaker Model entity.
|
ModelVariantConfigSummary |
ModelVariantConfigSummary.withStatus(ModelVariantStatus status)
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary |
ModelVariantConfigSummary.withStatus(String status)
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary |
ModelVariantConfigSummary.withVariantName(String variantName)
The name of the variant.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelVariantConfigSummary> |
DescribeInferenceExperimentResult.getModelVariants()
An array of
ModelVariantConfigSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceExperimentResult |
DescribeInferenceExperimentResult.withModelVariants(ModelVariantConfigSummary... modelVariants)
An array of
ModelVariantConfigSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInferenceExperimentResult.setModelVariants(Collection<ModelVariantConfigSummary> modelVariants)
An array of
ModelVariantConfigSummary objects. |
DescribeInferenceExperimentResult |
DescribeInferenceExperimentResult.withModelVariants(Collection<ModelVariantConfigSummary> modelVariants)
An array of
ModelVariantConfigSummary objects. |
Copyright © 2025. All rights reserved.