Uses of Class
software.amazon.awscdk.services.sagemaker.CfnInferenceComponent.Builder
-
Uses of CfnInferenceComponent.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionCfnInferenceComponent.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.