| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProductionVariantSummary> |
DescribeEndpointResponse.productionVariants()
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
List<ProductionVariantSummary> |
Endpoint.productionVariants()
A list of the production variants hosted on the endpoint.
|
List<ProductionVariantSummary> |
DescribeEndpointResponse.shadowProductionVariants()
An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on
ProductionVariants. |
List<ProductionVariantSummary> |
Endpoint.shadowProductionVariants()
A list of the shadow variants hosted on the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.productionVariants(ProductionVariantSummary... productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.productionVariants(ProductionVariantSummary... productionVariants)
A list of the production variants hosted on the endpoint.
|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)
An array of ProductionVariantSummary objects, one for each model that you want to host at this
endpoint in shadow mode with production traffic replicated from the model specified on
ProductionVariants. |
Endpoint.Builder |
Endpoint.Builder.shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.productionVariants(Collection<ProductionVariantSummary> productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.productionVariants(Collection<ProductionVariantSummary> productionVariants)
A list of the production variants hosted on the endpoint.
|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)
An array of ProductionVariantSummary objects, one for each model that you want to host at this
endpoint in shadow mode with production traffic replicated from the model specified on
ProductionVariants. |
Endpoint.Builder |
Endpoint.Builder.shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)
A list of the shadow variants hosted on the endpoint.
|
Copyright © 2022. All rights reserved.