| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnModel.Builder |
CfnModel.Builder.containers(IResolvable containers)
Specifies the containers in the inference pipeline.
|
CfnModel.Builder |
CfnModel.Builder.containers(List<? extends Object> containers)
Specifies the containers in the inference pipeline.
|
static CfnModel.Builder |
CfnModel.Builder.create(software.constructs.Construct scope,
String id) |
CfnModel.Builder |
CfnModel.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation)
Isolates the model container.
|
CfnModel.Builder |
CfnModel.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation)
Isolates the model container.
|
CfnModel.Builder |
CfnModel.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute instances or for batch transform jobs.
|
CfnModel.Builder |
CfnModel.Builder.inferenceExecutionConfig(CfnModel.InferenceExecutionConfigProperty inferenceExecutionConfig)
Specifies details of how containers in a multi-container endpoint are called.
|
CfnModel.Builder |
CfnModel.Builder.inferenceExecutionConfig(IResolvable inferenceExecutionConfig)
Specifies details of how containers in a multi-container endpoint are called.
|
CfnModel.Builder |
CfnModel.Builder.modelName(String modelName)
The name of the new model.
|
CfnModel.Builder |
CfnModel.Builder.primaryContainer(CfnModel.ContainerDefinitionProperty primaryContainer)
The location 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.
|
CfnModel.Builder |
CfnModel.Builder.primaryContainer(IResolvable primaryContainer)
The location 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.
|
CfnModel.Builder |
CfnModel.Builder.tags(List<? extends CfnTag> tags)
A list of key-value pairs to apply to this resource.
|
CfnModel.Builder |
CfnModel.Builder.vpcConfig(CfnModel.VpcConfigProperty vpcConfig)
A [VpcConfig](https://docs.aws.amazon.com/sagemaker/latest/dg/API_VpcConfig.html) object that specifies the VPC that you want your model to connect to.
|
CfnModel.Builder |
CfnModel.Builder.vpcConfig(IResolvable vpcConfig)
A [VpcConfig](https://docs.aws.amazon.com/sagemaker/latest/dg/API_VpcConfig.html) object that specifies the VPC that you want your model to connect to.
|
Copyright © 2022. All rights reserved.