Class CfnEndpointConfigMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfigMixinProps
CfnEndpointConfigMixinProps-
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.mixins.preview.services.sagemaker.mixins.CfnEndpointConfigMixinProps
CfnEndpointConfigMixinProps.Builder, CfnEndpointConfigMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfigMixinProps.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 ObjectReturns union: eitherBooleanorIResolvablefinal StringThe name of the endpoint configuration.final Stringfinal ObjectA parameter to activate explainers.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 ObjectReturns union: eitherIResolvableorCfnEndpointConfigPropsMixin.VpcConfigPropertyfinal 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 theCfnEndpointConfigMixinProps.Builder.
-
-
Method Details
-
getAsyncInferenceConfig
Description copied from interface:CfnEndpointConfigMixinPropsSpecifies configuration for how an endpoint performs asynchronous inference.Returns union: either
IResolvableorCfnEndpointConfigPropsMixin.AsyncInferenceConfigProperty- Specified by:
getAsyncInferenceConfigin interfaceCfnEndpointConfigMixinProps- See Also:
-
getDataCaptureConfig
Description copied from interface:CfnEndpointConfigMixinPropsSpecifies how to capture endpoint data for model monitor.The data capture configuration applies to all production variants hosted at the endpoint.
Returns union: either
IResolvableorCfnEndpointConfigPropsMixin.DataCaptureConfigProperty- Specified by:
getDataCaptureConfigin interfaceCfnEndpointConfigMixinProps- See Also:
-
getEnableNetworkIsolation
Description copied from interface:CfnEndpointConfigMixinPropsReturns union: eitherBooleanorIResolvable- Specified by:
getEnableNetworkIsolationin interfaceCfnEndpointConfigMixinProps- See Also:
-
getEndpointConfigName
Description copied from interface:CfnEndpointConfigMixinPropsThe name of the endpoint configuration.- Specified by:
getEndpointConfigNamein interfaceCfnEndpointConfigMixinProps- See Also:
-
getExecutionRoleArn
- Specified by:
getExecutionRoleArnin interfaceCfnEndpointConfigMixinProps- See Also:
-
getExplainerConfig
Description copied from interface:CfnEndpointConfigMixinPropsA parameter to activate explainers.Returns union: either
IResolvableorCfnEndpointConfigPropsMixin.ExplainerConfigProperty- Specified by:
getExplainerConfigin interfaceCfnEndpointConfigMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnEndpointConfigMixinPropsThe 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 interfaceCfnEndpointConfigMixinProps- See Also:
- Key ID:
-
getProductionVariants
Description copied from interface:CfnEndpointConfigMixinPropsA list ofProductionVariantobjects, one for each model that you want to host at this endpoint.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEndpointConfigPropsMixin.ProductionVariantProperty>- Specified by:
getProductionVariantsin interfaceCfnEndpointConfigMixinProps- See Also:
-
getShadowProductionVariants
Description copied from interface:CfnEndpointConfigMixinPropsArray 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEndpointConfigPropsMixin.ProductionVariantProperty>- Specified by:
getShadowProductionVariantsin interfaceCfnEndpointConfigMixinProps- See Also:
-
getTags
Description copied from interface:CfnEndpointConfigMixinPropsA list of key-value pairs to apply to this resource.For more information, see Resource Tag and Using Cost Allocation Tags .
- Specified by:
getTagsin interfaceCfnEndpointConfigMixinProps- See Also:
-
getVpcConfig
Description copied from interface:CfnEndpointConfigMixinPropsReturns union: eitherIResolvableorCfnEndpointConfigPropsMixin.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnEndpointConfigMixinProps- See Also:
-
$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()
-