| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| 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 |
|---|---|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.productionVariants(List<? extends ProductionVariant> productionVariants)
Sets the value of
SageMakerCreateEndpointConfigProps.getProductionVariants() |
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.
|
| 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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateEndpointConfigProps.Builder. |
Copyright © 2021. All rights reserved.