Class CfnInferenceExperimentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceExperimentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceExperimentMixinProps
CfnInferenceExperimentMixinProps-
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.cfnpropertymixins.services.sagemaker.CfnInferenceExperimentMixinProps
CfnInferenceExperimentMixinProps.Builder, CfnInferenceExperimentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceExperimentMixinProps.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 theCfnInferenceExperimentMixinProps.Builder.
-
-
Method Details
-
getDataStorageConfig
Description copied from interface:CfnInferenceExperimentMixinPropsThe Amazon S3 location and configuration for storing inference request and response data.Returns union: either
IResolvableorCfnInferenceExperimentPropsMixin.DataStorageConfigProperty- Specified by:
getDataStorageConfigin interfaceCfnInferenceExperimentMixinProps- See Also:
-
getDescription
Description copied from interface:CfnInferenceExperimentMixinPropsThe description of the inference experiment.- Specified by:
getDescriptionin interfaceCfnInferenceExperimentMixinProps- See Also:
-
getDesiredState
Description copied from interface:CfnInferenceExperimentMixinPropsThe 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 interfaceCfnInferenceExperimentMixinProps- See Also:
-
getEndpointName
Description copied from interface:CfnInferenceExperimentMixinPropsThe name of the endpoint.- Specified by:
getEndpointNamein interfaceCfnInferenceExperimentMixinProps- See Also:
-
getKmsKey
Description copied from interface:CfnInferenceExperimentMixinPropsThe AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.- Specified by:
getKmsKeyin interfaceCfnInferenceExperimentMixinProps- See Also:
-
getModelVariants
Description copied from interface:CfnInferenceExperimentMixinPropsAn 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnInferenceExperimentPropsMixin.ModelVariantConfigProperty>- Specified by:
getModelVariantsin interfaceCfnInferenceExperimentMixinProps- See Also:
-
getName
Description copied from interface:CfnInferenceExperimentMixinPropsThe name of the inference experiment.- Specified by:
getNamein interfaceCfnInferenceExperimentMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnInferenceExperimentMixinPropsThe 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 interfaceCfnInferenceExperimentMixinProps- See Also:
-
getSchedule
Description copied from interface:CfnInferenceExperimentMixinPropsThe duration for which the inference experiment ran or will run.The maximum duration that you can set for an inference experiment is 30 days.
Returns union: either
IResolvableorCfnInferenceExperimentPropsMixin.InferenceExperimentScheduleProperty- Specified by:
getSchedulein interfaceCfnInferenceExperimentMixinProps- See Also:
-
getShadowModeConfig
Description copied from interface:CfnInferenceExperimentMixinPropsThe 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.
Returns union: either
IResolvableorCfnInferenceExperimentPropsMixin.ShadowModeConfigProperty- Specified by:
getShadowModeConfigin interfaceCfnInferenceExperimentMixinProps- See Also:
-
getStatusReason
Description copied from interface:CfnInferenceExperimentMixinPropsThe error message for the inference experiment status result.- Specified by:
getStatusReasonin interfaceCfnInferenceExperimentMixinProps- See Also:
-
getTags
Description copied from interface:CfnInferenceExperimentMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnInferenceExperimentMixinProps- See Also:
-
getType
Description copied from interface:CfnInferenceExperimentMixinPropsThe type of the inference experiment.- Specified by:
getTypein interfaceCfnInferenceExperimentMixinProps- 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()
-