| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default Mode |
ContainerDefinitionOptions.getMode()
(experimental) Defines how many models the container hosts.
|
Mode |
ContainerDefinitionOptions.Jsii$Proxy.getMode() |
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.mode(Mode mode)
Sets the value of
ContainerDefinitionOptions.getMode() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.mode(Mode mode)
(experimental) Defines how many models the container hosts.
|
| Constructor and Description |
|---|
Jsii$Proxy(String containerHostName,
TaskInput environmentVariables,
DockerImage image,
Mode mode,
String modelPackageName,
S3Location modelS3Location)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionOptions.Builder. |
Copyright © 2021. All rights reserved.