Class CfnEndpointConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEndpointConfigProps
CfnEndpointConfigProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnEndpointConfigProps
CfnEndpointConfigProps.Builder, CfnEndpointConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEndpointConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointConfigProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies configuration for how an endpoint performs asynchronous inference.final ObjectSpecifies how to capture endpoint data for model monitor.final StringThe name of the endpoint configuration.final ObjectAWS::SageMaker::EndpointConfig.ExplainerConfig.final StringThe 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.final ObjectA list ofProductionVariantobjects, one for each model that you want to host at this endpoint.final ObjectArray ofProductionVariantobjects.getTags()A list of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfigProps.Builder.
-
-
Method Details
-
getProductionVariants
Description copied from interface:CfnEndpointConfigPropsA list ofProductionVariantobjects, one for each model that you want to host at this endpoint.- Specified by:
getProductionVariantsin interfaceCfnEndpointConfigProps
-
getAsyncInferenceConfig
Description copied from interface:CfnEndpointConfigPropsSpecifies configuration for how an endpoint performs asynchronous inference.- Specified by:
getAsyncInferenceConfigin interfaceCfnEndpointConfigProps
-
getDataCaptureConfig
Description copied from interface:CfnEndpointConfigPropsSpecifies how to capture endpoint data for model monitor.The data capture configuration applies to all production variants hosted at the endpoint.
- Specified by:
getDataCaptureConfigin interfaceCfnEndpointConfigProps
-
getEndpointConfigName
Description copied from interface:CfnEndpointConfigPropsThe name of the endpoint configuration.- Specified by:
getEndpointConfigNamein interfaceCfnEndpointConfigProps
-
getExplainerConfig
Description copied from interface:CfnEndpointConfigPropsAWS::SageMaker::EndpointConfig.ExplainerConfig.- Specified by:
getExplainerConfigin interfaceCfnEndpointConfigProps
-
getKmsKeyId
Description copied from interface:CfnEndpointConfigPropsThe 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.- Key ID:
1234abcd-12ab-34cd-56ef-1234567890ab - Key ARN:
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab - Alias name:
alias/ExampleAlias - Alias name ARN:
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,UpdateEndpointrequests. For more information, refer to the AWS Key Management Service section Using Key Policies in AWS KMSCertain 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 .
- Specified by:
getKmsKeyIdin interfaceCfnEndpointConfigProps
- Key ID:
-
getShadowProductionVariants
Description copied from interface:CfnEndpointConfigPropsArray ofProductionVariantobjects.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 forProductionVariantsand one variant forShadowProductionVariants.- Specified by:
getShadowProductionVariantsin interfaceCfnEndpointConfigProps
-
getTags
Description copied from interface:CfnEndpointConfigPropsA list of key-value pairs to apply to this resource.For more information, see Resource Tag and Using Cost Allocation Tags .
- Specified by:
getTagsin interfaceCfnEndpointConfigProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-