Interface VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.927Z") @Stability(Stable) public interface VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Builderstatic classVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Jsii$ProxyAn implementation forVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Builderbuilder()default NumbergetAcceleratorCount()The number of accelerators to attach to the machine.default StringgetAcceleratorType()The type of accelerator(s) that may be attached to the machine as per accelerator_count.default StringgetMachineType()The type of the machine.
-
-
-
Method Detail
-
getAcceleratorCount
@Stability(Stable) @Nullable default Number getAcceleratorCount()
The number of accelerators to attach to the machine.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#accelerator_count VertexAiDeploymentResourcePool#accelerator_count}
-
getAcceleratorType
@Stability(Stable) @Nullable default String getAcceleratorType()
The type of accelerator(s) that may be attached to the machine as per accelerator_count. See possible values here.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#accelerator_type VertexAiDeploymentResourcePool#accelerator_type}
-
getMachineType
@Stability(Stable) @Nullable default String getMachineType()
The type of the machine. See the list of machine types supported for prediction.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_deployment_resource_pool#machine_type VertexAiDeploymentResourcePool#machine_type}
-
builder
@Stability(Stable) static VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Builder builder()
-
-