Uses of Class
software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.Builder
Packages that use CfnInferenceExperiment.Builder
-
Uses of CfnInferenceExperiment.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnInferenceExperiment.BuilderModifier and TypeMethodDescriptionCfnInferenceExperiment.Builder.dataStorageConfig
(IResolvable dataStorageConfig) The Amazon S3 location and configuration for storing inference request and response data.CfnInferenceExperiment.Builder.dataStorageConfig
(CfnInferenceExperiment.DataStorageConfigProperty dataStorageConfig) The Amazon S3 location and configuration for storing inference request and response data.CfnInferenceExperiment.Builder.description
(String description) The description of the inference experiment.CfnInferenceExperiment.Builder.desiredState
(String desiredState) The desired state of the experiment after stopping.CfnInferenceExperiment.Builder.endpointName
(String endpointName) The name of the endpoint.The AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.CfnInferenceExperiment.Builder.modelVariants
(List<? extends Object> modelVariants) An array ofModelVariantConfigSummary
objects.CfnInferenceExperiment.Builder.modelVariants
(IResolvable modelVariants) An array ofModelVariantConfigSummary
objects.The name of the inference experiment.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.CfnInferenceExperiment.Builder.schedule
(IResolvable schedule) The duration for which the inference experiment ran or will run.CfnInferenceExperiment.Builder.schedule
(CfnInferenceExperiment.InferenceExperimentScheduleProperty schedule) The duration for which the inference experiment ran or will run.CfnInferenceExperiment.Builder.shadowModeConfig
(IResolvable shadowModeConfig) The configuration ofShadowMode
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.CfnInferenceExperiment.Builder.shadowModeConfig
(CfnInferenceExperiment.ShadowModeConfigProperty shadowModeConfig) The configuration ofShadowMode
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.CfnInferenceExperiment.Builder.statusReason
(String statusReason) The error message for the inference experiment status result.An array of key-value pairs to apply to this resource.The type of the inference experiment.