Class VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index_endpoint_deployed_index.VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec
@Stability(Stable) @Internal public static final class VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec
An implementation forVertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec
-
-
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_index_endpoint_deployed_index.VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec
VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Builder, VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.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)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(VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Builder.
-
-
Method Detail
-
getMachineType
public final String getMachineType()
Description copied from interface:VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecThe type of the machine.See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For [DeployedModel](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints#DeployedModel) this field is optional, and the default value is n1-standard-2. For [BatchPredictionJob](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.batchPredictionJobs#BatchPredictionJob) or as part of [WorkerPoolSpec](https://cloud.google.com/vertex-ai/docs/reference/rest/v1/CustomJobSpec#WorkerPoolSpec) this field is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint_deployed_index#machine_type VertexAiIndexEndpointDeployedIndex#machine_type}
- Specified by:
getMachineTypein interfaceVertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-