Class CfnInferenceExperimentProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnInferenceExperimentProps.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
    The Amazon S3 location and configuration for storing inference request and response data.
    final String
    The description of the inference experiment.
    final String
    The desired state of the experiment after stopping.
    final String
    The name of the endpoint.
    final String
    The AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
    final Object
    An array of ModelVariantConfigSummary objects.
    final String
    The name of the inference experiment.
    final String
    The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
    final Object
    The duration for which the inference experiment ran or will run.
    final Object
    The configuration of ShadowMode inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests.
    final String
    The error message for the inference experiment status result.
    final List<CfnTag>
    An array of key-value pairs to apply to this resource.
    final String
    The type of the inference experiment.
    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