@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.927Z") @Stability(value=Experimental) public interface SageMakerCreateModelProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html| Modifier and Type | Interface and Description |
|---|---|
static class |
SageMakerCreateModelProps.Builder
A builder for
SageMakerCreateModelProps |
static class |
SageMakerCreateModelProps.Jsii$Proxy
An implementation for
SageMakerCreateModelProps |
| Modifier and Type | Method and Description |
|---|---|
static SageMakerCreateModelProps.Builder |
builder() |
default List<IContainerDefinition> |
getContainers()
(experimental) Specifies the containers in the inference pipeline.
|
default Boolean |
getEnableNetworkIsolation()
(experimental) Isolates the model container.
|
String |
getModelName()
(experimental) The name of the new model.
|
IContainerDefinition |
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.
|
default IRole |
getRole()
(experimental) An execution role that you can pass in a CreateModel API request.
|
default SubnetSelection |
getSubnetSelection()
(experimental) The subnets of the VPC to which the hosted model is connected (Note this parameter is only used when VPC is provided).
|
default TaskInput |
getTags()
(experimental) Tags to be applied to the model.
|
default IVpc |
getVpc()
(experimental) The VPC that is accessible by the hosted model.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull String getModelName()
@Stability(value=Experimental) @NotNull IContainerDefinition getPrimaryContainer()
@Stability(value=Experimental) @Nullable default List<IContainerDefinition> getContainers()
Default: - None
@Stability(value=Experimental) @Nullable default Boolean getEnableNetworkIsolation()
No inbound or outbound network calls can be made to or from the model container.
Default: false
@Stability(value=Experimental) @Nullable default IRole getRole()
Default: - a role will be created.
@Stability(value=Experimental) @Nullable default SubnetSelection getSubnetSelection()
Default: - Private Subnets are selected
@Stability(value=Experimental) @Nullable default TaskInput getTags()
Default: - No tags
@Stability(value=Experimental) @Nullable default IVpc getVpc()
Default: - None
@Stability(value=Experimental) static SageMakerCreateModelProps.Builder builder()
builder in interface TaskStateBasePropsSageMakerCreateModelProps.Builder of SageMakerCreateModelPropsCopyright © 2021. All rights reserved.