Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateRagCorpusRequest.
Request message for VertexRagDataService.UpdateRagCorpus.
Generated from protobuf message google.cloud.aiplatform.v1.UpdateRagCorpusRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rag_corpus |
RagCorpus
Required. The RagCorpus which replaces the resource on the server. |
getRagCorpus
Required. The RagCorpus which replaces the resource on the server.
| Returns | |
|---|---|
| Type | Description |
RagCorpus|null |
|
hasRagCorpus
clearRagCorpus
setRagCorpus
Required. The RagCorpus which replaces the resource on the server.
| Parameter | |
|---|---|
| Name | Description |
var |
RagCorpus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
ragCorpus |
RagCorpus
Required. The RagCorpus which replaces the resource on the server. |
| Returns | |
|---|---|
| Type | Description |
UpdateRagCorpusRequest |
|