Uses of Interface
com.hashicorp.cdktf.providers.google.vertex_ai_deployment_resource_pool.VertexAiDeploymentResourcePoolConfig
-
Packages that use VertexAiDeploymentResourcePoolConfig Package Description com.hashicorp.cdktf.providers.google.vertex_ai_deployment_resource_pool google_vertex_ai_deployment_resource_pool -
-
Uses of VertexAiDeploymentResourcePoolConfig in com.hashicorp.cdktf.providers.google.vertex_ai_deployment_resource_pool
Classes in com.hashicorp.cdktf.providers.google.vertex_ai_deployment_resource_pool that implement VertexAiDeploymentResourcePoolConfig Modifier and Type Class Description static classVertexAiDeploymentResourcePoolConfig.Jsii$ProxyAn implementation forVertexAiDeploymentResourcePoolConfigMethods in com.hashicorp.cdktf.providers.google.vertex_ai_deployment_resource_pool that return VertexAiDeploymentResourcePoolConfig Modifier and Type Method Description VertexAiDeploymentResourcePoolConfigVertexAiDeploymentResourcePoolConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.vertex_ai_deployment_resource_pool with parameters of type VertexAiDeploymentResourcePoolConfig Constructor Description VertexAiDeploymentResourcePool(software.constructs.Construct scope, String id, VertexAiDeploymentResourcePoolConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool google_vertex_ai_deployment_resource_pool} Resource.
-