Interface VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.987Z") @Stability(Stable) public interface VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Builderstatic classVertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Jsii$ProxyAn implementation forVertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Builderbuilder()default StringgetMachineType()The type of the machine.
-
-
-
Method Detail
-
getMachineType
@Stability(Stable) @Nullable default String getMachineType()
The 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}
-
builder
@Stability(Stable) static VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec.Builder builder()
-
-