Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.InferenceComponentDeploymentConfigProperty
Packages that use CfnInferenceComponent.InferenceComponentDeploymentConfigProperty
-
Uses of CfnInferenceComponent.InferenceComponentDeploymentConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnInferenceComponent.InferenceComponentDeploymentConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnInferenceComponent.InferenceComponentDeploymentConfigPropertyMethods in software.amazon.awscdk.services.sagemaker that return CfnInferenceComponent.InferenceComponentDeploymentConfigPropertyModifier and TypeMethodDescriptionCfnInferenceComponent.InferenceComponentDeploymentConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnInferenceComponent.InferenceComponentDeploymentConfigPropertyModifier and TypeMethodDescriptionCfnInferenceComponent.Builder.deploymentConfig(CfnInferenceComponent.InferenceComponentDeploymentConfigProperty deploymentConfig) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.CfnInferenceComponentProps.Builder.deploymentConfig(CfnInferenceComponent.InferenceComponentDeploymentConfigProperty deploymentConfig) Sets the value ofCfnInferenceComponentProps.getDeploymentConfig()voidCfnInferenceComponent.setDeploymentConfig(CfnInferenceComponent.InferenceComponentDeploymentConfigProperty value) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.