Class CfnEndpointConfigProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfigProps.Jsii$Proxy
All Implemented Interfaces:
CfnEndpointConfigProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnEndpointConfigProps

@Stability(Stable) @Internal public static final class CfnEndpointConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointConfigProps
An implementation for CfnEndpointConfigProps
  • 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

      protected Jsii$Proxy(CfnEndpointConfigProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnEndpointConfigProps.Builder.
  • Method Details

    • getProductionVariants

      public final Object getProductionVariants()
      Description copied from interface: CfnEndpointConfigProps
      A list of ProductionVariant objects, one for each model that you want to host at this endpoint.
      Specified by:
      getProductionVariants in interface CfnEndpointConfigProps
    • getAsyncInferenceConfig

      public final Object getAsyncInferenceConfig()
      Description copied from interface: CfnEndpointConfigProps
      Specifies configuration for how an endpoint performs asynchronous inference.
      Specified by:
      getAsyncInferenceConfig in interface CfnEndpointConfigProps
    • getDataCaptureConfig

      public final Object getDataCaptureConfig()
      Description copied from interface: CfnEndpointConfigProps
      Specifies how to capture endpoint data for model monitor.

      The data capture configuration applies to all production variants hosted at the endpoint.

      Specified by:
      getDataCaptureConfig in interface CfnEndpointConfigProps
    • getEndpointConfigName

      public final String getEndpointConfigName()
      Description copied from interface: CfnEndpointConfigProps
      The name of the endpoint configuration.
      Specified by:
      getEndpointConfigName in interface CfnEndpointConfigProps
    • getExplainerConfig

      public final Object getExplainerConfig()
      Description copied from interface: CfnEndpointConfigProps
      AWS::SageMaker::EndpointConfig.ExplainerConfig.
      Specified by:
      getExplainerConfig in interface CfnEndpointConfigProps
    • getKmsKeyId

      public final String getKmsKeyId()
      Description copied from interface: CfnEndpointConfigProps
      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.

      • 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 , 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 the ProductionVariants parameter use nitro-based instances with local storage, do not specify a value for the KmsKeyId parameter. If you specify a value for KmsKeyId when using any nitro-based instances with local storage, the call to CreateEndpointConfig 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 .

      Specified by:
      getKmsKeyId in interface CfnEndpointConfigProps
    • getShadowProductionVariants

      public final Object getShadowProductionVariants()
      Description copied from interface: CfnEndpointConfigProps
      Array of ProductionVariant objects.

      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 .

      Specified by:
      getShadowProductionVariants in interface CfnEndpointConfigProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnEndpointConfigProps
      A list of key-value pairs to apply to this resource.

      For more information, see Resource Tag and Using Cost Allocation Tags .

      Specified by:
      getTags in interface CfnEndpointConfigProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object