@Stability(value=Stable) @Internal public static final class CfnEndpointConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointConfigProps
CfnEndpointConfigPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpointConfigProps.Builder, CfnEndpointConfigProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpointConfigProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpointConfigProps.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 |
getAsyncInferenceConfig()
Specifies configuration for how an endpoint performs asynchronous inference.
|
Object |
getDataCaptureConfig()
Specifies how to capture endpoint data for model monitor.
|
String |
getEndpointConfigName()
The name of the endpoint configuration.
|
String |
getKmsKeyId()
The Amazon Resource Name (ARN) of an AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.
|
Object |
getProductionVariants()
A list of `ProductionVariant` objects, one for each model that you want to host at this endpoint.
|
List<CfnTag> |
getTags()
A list of key-value pairs to apply to this resource.
|
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(CfnEndpointConfigProps.Builder builder)
CfnEndpointConfigProps.Builder.public final Object getProductionVariants()
CfnEndpointConfigPropsgetProductionVariants in interface CfnEndpointConfigPropspublic final Object getAsyncInferenceConfig()
CfnEndpointConfigPropsgetAsyncInferenceConfig in interface CfnEndpointConfigPropspublic final Object getDataCaptureConfig()
CfnEndpointConfigPropsThe data capture configuration applies to all production variants hosted at the endpoint.
getDataCaptureConfig in interface CfnEndpointConfigPropspublic final String getEndpointConfigName()
CfnEndpointConfigPropsgetEndpointConfigName in interface CfnEndpointConfigPropspublic final String getKmsKeyId()
CfnEndpointConfigProps
1234abcd-12ab-34cd-56ef-1234567890abarn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890abalias/ExampleAliasarn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint , UpdateEndpoint requests. For more information, refer to the AWS Key Management Service section Using Key Policies in AWS KMS
Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a
KmsKeyIdwhen using an instance type with local storage. If any of the models that you specify in theProductionVariantsparameter use nitro-based instances with local storage, do not specify a value for theKmsKeyIdparameter. If you specify a value forKmsKeyIdwhen using any nitro-based instances with local storage, the call toCreateEndpointConfigfails.For a list of instance types that support local instance storage, see Instance Store Volumes .
For more information about local instance storage encryption, see SSD Instance Store Volumes .
getKmsKeyId in interface CfnEndpointConfigPropspublic final List<CfnTag> getTags()
CfnEndpointConfigPropsFor more information, see Resource Tag and Using Cost Allocation Tags .
getTags in interface CfnEndpointConfigProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.