public static final class CfnModelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelProps
CfnModelProps
CfnModelProps.Builder, CfnModelProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getContainers()
Specifies the containers in the inference pipeline.
|
java.lang.Object |
getEnableNetworkIsolation()
Isolates the model container.
|
java.lang.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.
|
java.lang.Object |
getInferenceExecutionConfig()
Specifies details of how containers in a multi-container endpoint are called.
|
java.lang.String |
getModelName()
The name of the new model.
|
java.lang.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.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pairs to apply to this resource.
|
java.lang.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getExecutionRoleArn()
CfnModelProps
Deploying 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:PassRole
permission.
getExecutionRoleArn
in interface CfnModelProps
public final java.lang.Object getContainers()
CfnModelProps
getContainers
in interface CfnModelProps
public final java.lang.Object getEnableNetworkIsolation()
CfnModelProps
No inbound or outbound network calls can be made to or from the model container.
getEnableNetworkIsolation
in interface CfnModelProps
public final java.lang.Object getInferenceExecutionConfig()
CfnModelProps
getInferenceExecutionConfig
in interface CfnModelProps
public final java.lang.String getModelName()
CfnModelProps
getModelName
in interface CfnModelProps
public final java.lang.Object getPrimaryContainer()
CfnModelProps
getPrimaryContainer
in interface CfnModelProps
public final java.util.List<CfnTag> getTags()
CfnModelProps
For more information, see Resource Tag and Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide .
getTags
in interface CfnModelProps
public final java.lang.Object getVpcConfig()
CfnModelProps
getVpcConfig
in interface CfnModelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()