@Stability(value=Stable) @Internal public static final class CfnModelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelProps
CfnModelPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnModelProps.Builder, CfnModelProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnModelProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnModelProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getContainers()
Specifies the containers in the inference pipeline.
|
Object |
getEnableNetworkIsolation()
Isolates the model container.
|
String |
getExecutionRoleArn()
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.
|
Object |
getInferenceExecutionConfig()
Specifies details of how containers in a multi-container endpoint are called.
|
String |
getModelName()
The name of the new model.
|
Object |
getPrimaryContainer()
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.
|
List<CfnTag> |
getTags()
A list of key-value pairs to apply to this resource.
|
Object |
getVpcConfig()
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnModelProps.Builder builder)
CfnModelProps.Builder.public final String getExecutionRoleArn()
CfnModelPropsDeploying on ML compute instances is part of model hosting. For more information, see SageMaker Roles .
To be able to pass this role to SageMaker, the caller of this API must have the
iam:PassRolepermission.
getExecutionRoleArn in interface CfnModelPropspublic final Object getContainers()
CfnModelPropsgetContainers in interface CfnModelPropspublic final Object getEnableNetworkIsolation()
CfnModelPropsNo inbound or outbound network calls can be made to or from the model container.
getEnableNetworkIsolation in interface CfnModelPropspublic final Object getInferenceExecutionConfig()
CfnModelPropsgetInferenceExecutionConfig in interface CfnModelPropspublic final String getModelName()
CfnModelPropsgetModelName in interface CfnModelPropspublic final Object getPrimaryContainer()
CfnModelPropsgetPrimaryContainer in interface CfnModelPropspublic final List<CfnTag> getTags()
CfnModelPropsFor more information, see Resource Tag and Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide .
getTags in interface CfnModelPropspublic final Object getVpcConfig()
CfnModelPropsgetVpcConfig in interface CfnModelProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.