Class CfnInferenceExperimentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceExperimentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceExperimentProps
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- See Also:
-
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnInferenceExperiment.ModelVariantConfigProperty>- Specified by:
getModelVariantsin interfaceCfnInferenceExperimentProps- See Also:
-
getName
Description copied from interface:CfnInferenceExperimentPropsThe name of the inference experiment.- Specified by:
getNamein interfaceCfnInferenceExperimentProps- See Also:
-
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- See Also:
-
getType
Description copied from interface:CfnInferenceExperimentPropsThe type of the inference experiment.- Specified by:
getTypein interfaceCfnInferenceExperimentProps- See Also:
-
getDataStorageConfig
Description copied from interface:CfnInferenceExperimentPropsThe Amazon S3 location and configuration for storing inference request and response data.Returns union: either
IResolvableorCfnInferenceExperiment.DataStorageConfigProperty- Specified by:
getDataStorageConfigin interfaceCfnInferenceExperimentProps- See Also:
-
getDescription
Description copied from interface:CfnInferenceExperimentPropsThe description of the inference experiment.- Specified by:
getDescriptionin interfaceCfnInferenceExperimentProps- See Also:
-
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- See Also:
-
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- See Also:
-
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.
Returns union: either
IResolvableorCfnInferenceExperiment.InferenceExperimentScheduleProperty- Specified by:
getSchedulein interfaceCfnInferenceExperimentProps- See Also:
-
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.
Returns union: either
IResolvableorCfnInferenceExperiment.ShadowModeConfigProperty- Specified by:
getShadowModeConfigin interfaceCfnInferenceExperimentProps- See Also:
-
getStatusReason
Description copied from interface:CfnInferenceExperimentPropsThe error message for the inference experiment status result.- Specified by:
getStatusReasonin interfaceCfnInferenceExperimentProps- See Also:
-
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- 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()
-