Uses of Class
software.amazon.awscdk.services.sagemaker.CfnInferenceComponentProps.Builder
-
Uses of CfnInferenceComponentProps.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionCfnInferenceComponentProps.builder()
CfnInferenceComponentProps.Builder.endpointArn
(String endpointArn) Sets the value ofCfnInferenceComponentProps.getEndpointArn()
CfnInferenceComponentProps.Builder.endpointName
(String endpointName) Sets the value ofCfnInferenceComponentProps.getEndpointName()
CfnInferenceComponentProps.Builder.inferenceComponentName
(String inferenceComponentName) Sets the value ofCfnInferenceComponentProps.getInferenceComponentName()
CfnInferenceComponentProps.Builder.runtimeConfig
(IResolvable runtimeConfig) Sets the value ofCfnInferenceComponentProps.getRuntimeConfig()
CfnInferenceComponentProps.Builder.runtimeConfig
(CfnInferenceComponent.InferenceComponentRuntimeConfigProperty runtimeConfig) Sets the value ofCfnInferenceComponentProps.getRuntimeConfig()
CfnInferenceComponentProps.Builder.specification
(IResolvable specification) Sets the value ofCfnInferenceComponentProps.getSpecification()
CfnInferenceComponentProps.Builder.specification
(CfnInferenceComponent.InferenceComponentSpecificationProperty specification) Sets the value ofCfnInferenceComponentProps.getSpecification()
Sets the value ofCfnInferenceComponentProps.getTags()
CfnInferenceComponentProps.Builder.variantName
(String variantName) Sets the value ofCfnInferenceComponentProps.getVariantName()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInferenceComponentProps.Builder
.