| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProductionVariantSummary> |
Endpoint.productionVariants()
A list of the production variants hosted on the endpoint.
|
List<ProductionVariantSummary> |
DescribeEndpointResponse.productionVariants()
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.productionVariants(ProductionVariantSummary... productionVariants)
A list of the production variants hosted on the endpoint.
|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.productionVariants(ProductionVariantSummary... productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.productionVariants(Collection<ProductionVariantSummary> productionVariants)
A list of the production variants hosted on the endpoint.
|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.productionVariants(Collection<ProductionVariantSummary> productionVariants)
An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
|
Copyright © 2021. All rights reserved.