Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelMixinProps.Builder
Packages that use CfnModelMixinProps.Builder
-
Uses of CfnModelMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnModelMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnModelMixinProps.BuilderCfnModelMixinProps.builder()CfnModelMixinProps.Builder.containers(List<? extends Object> containers) Sets the value ofCfnModelMixinProps.getContainers()CfnModelMixinProps.Builder.containers(IResolvable containers) Sets the value ofCfnModelMixinProps.getContainers()CfnModelMixinProps.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation) Sets the value ofCfnModelMixinProps.getEnableNetworkIsolation()CfnModelMixinProps.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation) Sets the value ofCfnModelMixinProps.getEnableNetworkIsolation()CfnModelMixinProps.Builder.executionRoleArn(String executionRoleArn) Sets the value ofCfnModelMixinProps.getExecutionRoleArn()CfnModelMixinProps.Builder.inferenceExecutionConfig(CfnModelPropsMixin.InferenceExecutionConfigProperty inferenceExecutionConfig) Sets the value ofCfnModelMixinProps.getInferenceExecutionConfig()CfnModelMixinProps.Builder.inferenceExecutionConfig(IResolvable inferenceExecutionConfig) Sets the value ofCfnModelMixinProps.getInferenceExecutionConfig()Sets the value ofCfnModelMixinProps.getModelName()CfnModelMixinProps.Builder.primaryContainer(CfnModelPropsMixin.ContainerDefinitionProperty primaryContainer) Sets the value ofCfnModelMixinProps.getPrimaryContainer()CfnModelMixinProps.Builder.primaryContainer(IResolvable primaryContainer) Sets the value ofCfnModelMixinProps.getPrimaryContainer()Sets the value ofCfnModelMixinProps.getTags()CfnModelMixinProps.Builder.vpcConfig(CfnModelPropsMixin.VpcConfigProperty vpcConfig) Sets the value ofCfnModelMixinProps.getVpcConfig()CfnModelMixinProps.Builder.vpcConfig(IResolvable vpcConfig) Sets the value ofCfnModelMixinProps.getVpcConfig()Constructors in software.amazon.awscdk.cfnpropertymixins.services.sagemaker with parameters of type CfnModelMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnModelMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelMixinProps.Builder.