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