Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class RagManagedDbConfig.
Configuration message for RagManagedDb used by RagEngine.
Generated from protobuf message google.cloud.aiplatform.v1.RagManagedDbConfig
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scaled |
RagManagedDbConfig\Scaled
Sets the RagManagedDb to the Scaled tier. |
↳ basic |
RagManagedDbConfig\Basic
Sets the RagManagedDb to the Basic tier. |
↳ unprovisioned |
RagManagedDbConfig\Unprovisioned
Sets the RagManagedDb to the Unprovisioned tier. |
getScaled
Sets the RagManagedDb to the Scaled tier.
| Returns | |
|---|---|
| Type | Description |
RagManagedDbConfig\Scaled|null |
|
hasScaled
setScaled
Sets the RagManagedDb to the Scaled tier.
| Parameter | |
|---|---|
| Name | Description |
var |
RagManagedDbConfig\Scaled
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBasic
Sets the RagManagedDb to the Basic tier.
| Returns | |
|---|---|
| Type | Description |
RagManagedDbConfig\Basic|null |
|
hasBasic
setBasic
Sets the RagManagedDb to the Basic tier.
| Parameter | |
|---|---|
| Name | Description |
var |
RagManagedDbConfig\Basic
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnprovisioned
Sets the RagManagedDb to the Unprovisioned tier.
| Returns | |
|---|---|
| Type | Description |
RagManagedDbConfig\Unprovisioned|null |
|
hasUnprovisioned
setUnprovisioned
Sets the RagManagedDb to the Unprovisioned tier.
| Parameter | |
|---|---|
| Name | Description |
var |
RagManagedDbConfig\Unprovisioned
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTier
| Returns | |
|---|---|
| Type | Description |
string |
|