Class VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_deployment_resource_pool.VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
@Stability(Stable) @Internal public static final class VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
An implementation forVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_deployment_resource_pool.VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Builder, VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetAcceleratorCount()The number of accelerators to attach to the machine.StringgetAcceleratorType()The type of accelerator(s) that may be attached to the machine as per accelerator_count.StringgetMachineType()The type of the machine.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec.Builder.
-
-
Method Detail
-
getAcceleratorCount
public final Number getAcceleratorCount()
Description copied from interface:VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpecThe 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}
- Specified by:
getAcceleratorCountin interfaceVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
-
getAcceleratorType
public final String getAcceleratorType()
Description copied from interface:VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpecThe 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}
- Specified by:
getAcceleratorTypein interfaceVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
-
getMachineType
public final String getMachineType()
Description copied from interface:VertexAiDeploymentResourcePoolDedicatedResourcesMachineSpecThe 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}
- Specified by:
getMachineTypein interfaceVertexAiDeploymentResourcePoolDedicatedResourcesMachineSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-