Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentMixinProps.Builder
Packages that use CfnInferenceComponentMixinProps.Builder
-
Uses of CfnInferenceComponentMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnInferenceComponentMixinProps.BuilderModifier and TypeMethodDescriptionCfnInferenceComponentMixinProps.builder()CfnInferenceComponentMixinProps.Builder.deploymentConfig(CfnInferenceComponentPropsMixin.InferenceComponentDeploymentConfigProperty deploymentConfig) Sets the value ofCfnInferenceComponentMixinProps.getDeploymentConfig()CfnInferenceComponentMixinProps.Builder.deploymentConfig(IResolvable deploymentConfig) Sets the value ofCfnInferenceComponentMixinProps.getDeploymentConfig()CfnInferenceComponentMixinProps.Builder.endpointArn(String endpointArn) Sets the value ofCfnInferenceComponentMixinProps.getEndpointArn()CfnInferenceComponentMixinProps.Builder.endpointName(String endpointName) Sets the value ofCfnInferenceComponentMixinProps.getEndpointName()CfnInferenceComponentMixinProps.Builder.inferenceComponentName(String inferenceComponentName) Sets the value ofCfnInferenceComponentMixinProps.getInferenceComponentName()CfnInferenceComponentMixinProps.Builder.runtimeConfig(CfnInferenceComponentPropsMixin.InferenceComponentRuntimeConfigProperty runtimeConfig) Sets the value ofCfnInferenceComponentMixinProps.getRuntimeConfig()CfnInferenceComponentMixinProps.Builder.runtimeConfig(IResolvable runtimeConfig) Sets the value ofCfnInferenceComponentMixinProps.getRuntimeConfig()CfnInferenceComponentMixinProps.Builder.specification(CfnInferenceComponentPropsMixin.InferenceComponentSpecificationProperty specification) Sets the value ofCfnInferenceComponentMixinProps.getSpecification()CfnInferenceComponentMixinProps.Builder.specification(IResolvable specification) Sets the value ofCfnInferenceComponentMixinProps.getSpecification()Sets the value ofCfnInferenceComponentMixinProps.getTags()CfnInferenceComponentMixinProps.Builder.variantName(String variantName) Sets the value ofCfnInferenceComponentMixinProps.getVariantName()Constructors in software.amazon.awscdk.cfnpropertymixins.services.sagemaker with parameters of type CfnInferenceComponentMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceComponentMixinProps.Builder.