Reference documentation and code samples for the Google Cloud Vector Search V1 Client class DedicatedInfrastructure.
Represents dedicated infrastructure for the index.
Generated from protobuf message google.cloud.vectorsearch.v1.DedicatedInfrastructure
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ mode |
int
Optional. Mode of the dedicated infrastructure. |
↳ autoscaling_spec |
DedicatedInfrastructure\AutoscalingSpec
Optional. Autoscaling specification. |
getMode
Optional. Mode of the dedicated infrastructure.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasMode
clearMode
setMode
Optional. Mode of the dedicated infrastructure.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAutoscalingSpec
Optional. Autoscaling specification.
| Returns | |
|---|---|
| Type | Description |
DedicatedInfrastructure\AutoscalingSpec|null |
|
hasAutoscalingSpec
clearAutoscalingSpec
setAutoscalingSpec
Optional. Autoscaling specification.
| Parameter | |
|---|---|
| Name | Description |
var |
DedicatedInfrastructure\AutoscalingSpec
|
| Returns | |
|---|---|
| Type | Description |
$this |
|