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