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
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnEndpointConfigProps

    CfnEndpointConfigProps.Builder, CfnEndpointConfigProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Specifies configuration for how an endpoint performs asynchronous inference.
    final Object
    Specifies how to capture endpoint data for model monitor.
    final Object
    Sets whether all model containers deployed to the endpoint are isolated.
    final String
    The name of the endpoint configuration.
    final String
    The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform actions on your behalf.
    final Object
    A parameter to activate explainers.
    final String
    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.
    final Object
    Specifies the metrics that the endpoint publishes to Amazon CloudWatch, the frequency of publication, and whether to enable enhanced or detailed observability metrics.
    final Object
    A list of ProductionVariant objects, one for each model that you want to host at this endpoint.
    final Object
    Array of ProductionVariant objects.
    final List<CfnTag>
    A list of key-value pairs to apply to this resource.
    final Object
    Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait