public static final class CfnEndpointConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointConfigProps
CfnEndpointConfigProps
CfnEndpointConfigProps.Builder, CfnEndpointConfigProps.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 |
getAsyncInferenceConfig()
Specifies configuration for how an endpoint performs asynchronous inference.
|
java.lang.Object |
getDataCaptureConfig()
Specifies how to capture endpoint data for model monitor.
|
java.lang.String |
getEndpointConfigName()
The name of the endpoint configuration.
|
java.lang.Object |
getExplainerConfig()
`AWS::SageMaker::EndpointConfig.ExplainerConfig`.
|
java.lang.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.
|
java.lang.Object |
getProductionVariants()
A list of `ProductionVariant` objects, one for each model that you want to host at this endpoint.
|
java.lang.Object |
getShadowProductionVariants()
Array of `ProductionVariant` objects.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pairs to apply to this resource.
|
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.Object getProductionVariants()
CfnEndpointConfigProps
getProductionVariants
in interface CfnEndpointConfigProps
public final java.lang.Object getAsyncInferenceConfig()
CfnEndpointConfigProps
getAsyncInferenceConfig
in interface CfnEndpointConfigProps
public final java.lang.Object getDataCaptureConfig()
CfnEndpointConfigProps
The data capture configuration applies to all production variants hosted at the endpoint.
getDataCaptureConfig
in interface CfnEndpointConfigProps
public final java.lang.String getEndpointConfigName()
CfnEndpointConfigProps
getEndpointConfigName
in interface CfnEndpointConfigProps
public final java.lang.Object getExplainerConfig()
CfnEndpointConfigProps
getExplainerConfig
in interface CfnEndpointConfigProps
public final java.lang.String getKmsKeyId()
CfnEndpointConfigProps
1234abcd-12ab-34cd-56ef-1234567890ab
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
alias/ExampleAlias
arn: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
KmsKeyId
when using an instance type with local storage. If any of the models that you specify in theProductionVariants
parameter use nitro-based instances with local storage, do not specify a value for theKmsKeyId
parameter. If you specify a value forKmsKeyId
when using any nitro-based instances with local storage, the call toCreateEndpointConfig
fails.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 CfnEndpointConfigProps
public final java.lang.Object getShadowProductionVariants()
CfnEndpointConfigProps
There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants
. If you use this field, you can only specify one variant for ProductionVariants
and one variant for ShadowProductionVariants
.
getShadowProductionVariants
in interface CfnEndpointConfigProps
public final java.util.List<CfnTag> getTags()
CfnEndpointConfigProps
For more information, see Resource Tag and Using Cost Allocation Tags .
getTags
in interface CfnEndpointConfigProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()