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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnInferenceExperimentProps
CfnInferenceExperimentProps.Builder, CfnInferenceExperimentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceExperimentProps.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 ObjectThe Amazon S3 location and configuration for storing inference request and response data.final StringThe description of the inference experiment.final StringThe desired state of the experiment after stopping.final StringThe name of the endpoint.final StringThe AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.final ObjectAn array ofModelVariantConfigSummaryobjects.final StringgetName()The name of the inference experiment.final StringThe 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 ObjectThe duration for which the inference experiment ran or will run.final ObjectThe configuration ofShadowModeinference 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 StringThe error message for the inference experiment status result.getTags()An array of key-value pairs to apply to this resource.final StringgetType()The type of the inference experiment.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 theCfnInferenceExperimentProps.Builder.
-
-
Method Details
-
getEndpointName
Description copied from interface:CfnInferenceExperimentPropsThe name of the endpoint.- Specified by:
getEndpointNamein interfaceCfnInferenceExperimentProps
-
getModelVariants
Description copied from interface:CfnInferenceExperimentPropsAn array ofModelVariantConfigSummaryobjects.There is one for each variant in the inference experiment. Each
ModelVariantConfigSummaryobject in the array describes the infrastructure configuration for deploying the corresponding variant.- Specified by:
getModelVariantsin interfaceCfnInferenceExperimentProps
-
getName
Description copied from interface:CfnInferenceExperimentPropsThe name of the inference experiment.- Specified by:
getNamein interfaceCfnInferenceExperimentProps
-
getRoleArn
Description copied from interface:CfnInferenceExperimentPropsThe 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.- Specified by:
getRoleArnin interfaceCfnInferenceExperimentProps
-
getType
Description copied from interface:CfnInferenceExperimentPropsThe type of the inference experiment.- Specified by:
getTypein interfaceCfnInferenceExperimentProps
-
getDataStorageConfig
Description copied from interface:CfnInferenceExperimentPropsThe Amazon S3 location and configuration for storing inference request and response data.- Specified by:
getDataStorageConfigin interfaceCfnInferenceExperimentProps
-
getDescription
Description copied from interface:CfnInferenceExperimentPropsThe description of the inference experiment.- Specified by:
getDescriptionin interfaceCfnInferenceExperimentProps
-
getDesiredState
Description copied from interface:CfnInferenceExperimentPropsThe desired state of the experiment after stopping. The possible states are the following:.Completed: The experiment completed successfullyCancelled: The experiment was canceled
- Specified by:
getDesiredStatein interfaceCfnInferenceExperimentProps
-
getKmsKey
Description copied from interface:CfnInferenceExperimentPropsThe AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.- Specified by:
getKmsKeyin interfaceCfnInferenceExperimentProps
-
getSchedule
Description copied from interface:CfnInferenceExperimentPropsThe duration for which the inference experiment ran or will run.The maximum duration that you can set for an inference experiment is 30 days.
- Specified by:
getSchedulein interfaceCfnInferenceExperimentProps
-
getShadowModeConfig
Description copied from interface:CfnInferenceExperimentPropsThe configuration ofShadowModeinference 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.For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.
- Specified by:
getShadowModeConfigin interfaceCfnInferenceExperimentProps
-
getStatusReason
Description copied from interface:CfnInferenceExperimentPropsThe error message for the inference experiment status result.- Specified by:
getStatusReasonin interfaceCfnInferenceExperimentProps
-
getTags
Description copied from interface:CfnInferenceExperimentPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnInferenceExperimentProps
-
$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()
-