Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.Builder
Packages that use CfnInferenceComponentPropsMixin.Builder
-
Uses of CfnInferenceComponentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnInferenceComponentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnInferenceComponentPropsMixin.Builder.create()CfnInferenceComponentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnInferenceComponentPropsMixin.Builder.deploymentConfig(CfnInferenceComponentPropsMixin.InferenceComponentDeploymentConfigProperty deploymentConfig) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.CfnInferenceComponentPropsMixin.Builder.deploymentConfig(IResolvable deploymentConfig) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.CfnInferenceComponentPropsMixin.Builder.endpointArn(String endpointArn) The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.CfnInferenceComponentPropsMixin.Builder.endpointName(String endpointName) The name of the endpoint that hosts the inference component.CfnInferenceComponentPropsMixin.Builder.inferenceComponentName(String inferenceComponentName) The name of the inference component.CfnInferenceComponentPropsMixin.Builder.runtimeConfig(CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty runtimeConfig) The runtime config for the inference component.CfnInferenceComponentPropsMixin.Builder.runtimeConfig(IResolvable runtimeConfig) The runtime config for the inference component.CfnInferenceComponentPropsMixin.Builder.specification(CfnInferenceComponentPropsMixin.InferenceComponentSpecificationProperty specification) The specification for the inference component.CfnInferenceComponentPropsMixin.Builder.specification(IResolvable specification) The specification for the inference component.An array of tags to apply to the resource.CfnInferenceComponentPropsMixin.Builder.variantName(String variantName) The name of the production variant that hosts the inference component.