| Modifier and Type | Class and Description |
|---|---|
static class |
ProductionVariant.Jsii$Proxy
An implementation for
ProductionVariant |
| Modifier and Type | Method and Description |
|---|---|
ProductionVariant |
ProductionVariant.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductionVariant> |
SageMakerCreateEndpointConfigProps.getProductionVariants()
(experimental) An list of ProductionVariant objects, one for each model that you want to host at this endpoint.
|
List<ProductionVariant> |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getProductionVariants() |
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.productionVariants(List<? extends ProductionVariant> productionVariants)
(experimental) An list of ProductionVariant objects, one for each model that you want to host at this endpoint.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.productionVariants(List<? extends ProductionVariant> productionVariants)
Sets the value of
SageMakerCreateEndpointConfigProps.getProductionVariants() |
| Constructor and Description |
|---|
Jsii$Proxy(String endpointConfigName,
List<? extends ProductionVariant> productionVariants,
IKey kmsKey,
TaskInput tags,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateEndpointConfigProps.Builder. |
Copyright © 2020. All rights reserved.