| Modifier and Type | Interface and Description |
|---|---|
static interface |
IContainerDefinition.Jsii$Default
Internal default implementation for
IContainerDefinition. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerDefinition
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()
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()
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)
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)
Specifies the containers in the inference pipeline.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.containers(List<? extends IContainerDefinition> containers)
Sets the value of
SageMakerCreateModelProps.getContainers() |
Copyright © 2023. All rights reserved.