| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IContainerDefinition.Jsii$Default
Internal default implementation for
IContainerDefinition. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerDefinition
(experimental) Describes the container, as part of model definition.
|
static class |
IContainerDefinition.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IContainerDefinition |
SageMakerCreateModelProps.getPrimaryContainer()
(experimental) The definition of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.
|
IContainerDefinition |
SageMakerCreateModelProps.Jsii$Proxy.getPrimaryContainer() |
| Modifier and Type | Method and Description |
|---|---|
default List<IContainerDefinition> |
SageMakerCreateModelProps.getContainers()
(experimental) Specifies the containers in the inference pipeline.
|
List<IContainerDefinition> |
SageMakerCreateModelProps.Jsii$Proxy.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.primaryContainer(IContainerDefinition primaryContainer)
(experimental) The definition of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.primaryContainer(IContainerDefinition primaryContainer)
Sets the value of
SageMakerCreateModelProps.getPrimaryContainer() |
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.containers(List<? extends IContainerDefinition> containers)
(experimental) Specifies the containers in the inference pipeline.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.containers(List<? extends IContainerDefinition> containers)
Sets the value of
SageMakerCreateModelProps.getContainers() |
| Constructor and Description |
|---|
Jsii$Proxy(String modelName,
IContainerDefinition primaryContainer,
List<? extends IContainerDefinition> containers,
Boolean enableNetworkIsolation,
IRole role,
SubnetSelection subnetSelection,
TaskInput tags,
IVpc vpc,
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
SageMakerCreateModelProps.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(String modelName,
IContainerDefinition primaryContainer,
List<? extends IContainerDefinition> containers,
Boolean enableNetworkIsolation,
IRole role,
SubnetSelection subnetSelection,
TaskInput tags,
IVpc vpc,
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
SageMakerCreateModelProps.Builder. |
Copyright © 2021. All rights reserved.