Interface VertexAiDeploymentResourcePoolConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
VertexAiDeploymentResourcePoolConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.926Z") @Stability(Stable) public interface VertexAiDeploymentResourcePoolConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiDeploymentResourcePoolConfig.BuilderA builder forVertexAiDeploymentResourcePoolConfigstatic classVertexAiDeploymentResourcePoolConfig.Jsii$ProxyAn implementation forVertexAiDeploymentResourcePoolConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiDeploymentResourcePoolConfig.Builderbuilder()default VertexAiDeploymentResourcePoolDedicatedResourcesgetDedicatedResources()dedicated_resources block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#id VertexAiDeploymentResourcePool#id}.StringgetName()The resource name of deployment resource pool.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#project VertexAiDeploymentResourcePool#project}.default StringgetRegion()The region of deployment resource pool.default VertexAiDeploymentResourcePoolTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The resource name of deployment resource pool. The maximum length is 63 characters, and valid characters are '/^a-z?$/'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#name VertexAiDeploymentResourcePool#name}
-
getDedicatedResources
@Stability(Stable) @Nullable default VertexAiDeploymentResourcePoolDedicatedResources getDedicatedResources()
dedicated_resources block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#dedicated_resources VertexAiDeploymentResourcePool#dedicated_resources}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#id VertexAiDeploymentResourcePool#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#project VertexAiDeploymentResourcePool#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
The region of deployment resource pool. eg us-central1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#region VertexAiDeploymentResourcePool#region}
-
getTimeouts
@Stability(Stable) @Nullable default VertexAiDeploymentResourcePoolTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#timeouts VertexAiDeploymentResourcePool#timeouts}
-
builder
@Stability(Stable) static VertexAiDeploymentResourcePoolConfig.Builder builder()
-
-