public class VertexRagDataService.VertexRagDataServiceClient : ClientBase<VertexRagDataService.VertexRagDataServiceClient>Reference documentation and code samples for the Vertex AI v1beta1 API class VertexRagDataService.VertexRagDataServiceClient.
Client for VertexRagDataService
Inheritance
object > ClientBase > ClientBaseVertexRagDataServiceVertexRagDataServiceClient > VertexRagDataService.VertexRagDataServiceClientNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VertexRagDataServiceClient()
protected VertexRagDataServiceClient()Protected parameterless constructor to allow creation of test doubles.
VertexRagDataServiceClient(CallInvoker)
public VertexRagDataServiceClient(CallInvoker callInvoker)Creates a new client for VertexRagDataService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
VertexRagDataServiceClient(ChannelBase)
public VertexRagDataServiceClient(ChannelBase channel)Creates a new client for VertexRagDataService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
VertexRagDataServiceClient(ClientBaseConfiguration)
protected VertexRagDataServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
BatchCreateRagDataSchemas(BatchCreateRagDataSchemasRequest, CallOptions)
public virtual Operation BatchCreateRagDataSchemas(BatchCreateRagDataSchemasRequest request, CallOptions options)Batch Create one or more RagDataSchemas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateRagDataSchemasRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchCreateRagDataSchemas(BatchCreateRagDataSchemasRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation BatchCreateRagDataSchemas(BatchCreateRagDataSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch Create one or more RagDataSchemas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateRagDataSchemasRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchCreateRagDataSchemasAsync(BatchCreateRagDataSchemasRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BatchCreateRagDataSchemasAsync(BatchCreateRagDataSchemasRequest request, CallOptions options)Batch Create one or more RagDataSchemas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateRagDataSchemasRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchCreateRagDataSchemasAsync(BatchCreateRagDataSchemasRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchCreateRagDataSchemasAsync(BatchCreateRagDataSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch Create one or more RagDataSchemas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateRagDataSchemasRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchCreateRagMetadata(BatchCreateRagMetadataRequest, CallOptions)
public virtual Operation BatchCreateRagMetadata(BatchCreateRagMetadataRequest request, CallOptions options)Batch Create one or more RagMetadatas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchCreateRagMetadata(BatchCreateRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation BatchCreateRagMetadata(BatchCreateRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch Create one or more RagMetadatas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchCreateRagMetadataAsync(BatchCreateRagMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BatchCreateRagMetadataAsync(BatchCreateRagMetadataRequest request, CallOptions options)Batch Create one or more RagMetadatas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchCreateRagMetadataAsync(BatchCreateRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchCreateRagMetadataAsync(BatchCreateRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch Create one or more RagMetadatas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchDeleteRagDataSchemas(BatchDeleteRagDataSchemasRequest, CallOptions)
public virtual Operation BatchDeleteRagDataSchemas(BatchDeleteRagDataSchemasRequest request, CallOptions options)Batch Deletes one or more RagDataSchemas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteRagDataSchemasRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchDeleteRagDataSchemas(BatchDeleteRagDataSchemasRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation BatchDeleteRagDataSchemas(BatchDeleteRagDataSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch Deletes one or more RagDataSchemas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteRagDataSchemasRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchDeleteRagDataSchemasAsync(BatchDeleteRagDataSchemasRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BatchDeleteRagDataSchemasAsync(BatchDeleteRagDataSchemasRequest request, CallOptions options)Batch Deletes one or more RagDataSchemas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteRagDataSchemasRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchDeleteRagDataSchemasAsync(BatchDeleteRagDataSchemasRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchDeleteRagDataSchemasAsync(BatchDeleteRagDataSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch Deletes one or more RagDataSchemas
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteRagDataSchemasRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchDeleteRagMetadata(BatchDeleteRagMetadataRequest, CallOptions)
public virtual Operation BatchDeleteRagMetadata(BatchDeleteRagMetadataRequest request, CallOptions options)Batch Deletes one or more RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchDeleteRagMetadata(BatchDeleteRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation BatchDeleteRagMetadata(BatchDeleteRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch Deletes one or more RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchDeleteRagMetadataAsync(BatchDeleteRagMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BatchDeleteRagMetadataAsync(BatchDeleteRagMetadataRequest request, CallOptions options)Batch Deletes one or more RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchDeleteRagMetadataAsync(BatchDeleteRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchDeleteRagMetadataAsync(BatchDeleteRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch Deletes one or more RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
IAMPolicyIAMPolicyClient |
A new IAMPolicy.IAMPolicyClient for the same target as this client. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
CreateRagCorpus(CreateRagCorpusRequest, CallOptions)
public virtual Operation CreateRagCorpus(CreateRagCorpusRequest request, CallOptions options)Creates a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagCorpusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateRagCorpus(CreateRagCorpusRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateRagCorpus(CreateRagCorpusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagCorpusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateRagCorpusAsync(CreateRagCorpusRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateRagCorpusAsync(CreateRagCorpusRequest request, CallOptions options)Creates a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagCorpusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateRagCorpusAsync(CreateRagCorpusRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateRagCorpusAsync(CreateRagCorpusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagCorpusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateRagDataSchema(CreateRagDataSchemaRequest, CallOptions)
public virtual RagDataSchema CreateRagDataSchema(CreateRagDataSchemaRequest request, CallOptions options)Creates a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagDataSchemaRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RagDataSchema |
The response received from the server. |
CreateRagDataSchema(CreateRagDataSchemaRequest, Metadata, DateTime?, CancellationToken)
public virtual RagDataSchema CreateRagDataSchema(CreateRagDataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagDataSchemaRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RagDataSchema |
The response received from the server. |
CreateRagDataSchemaAsync(CreateRagDataSchemaRequest, CallOptions)
public virtual AsyncUnaryCall<RagDataSchema> CreateRagDataSchemaAsync(CreateRagDataSchemaRequest request, CallOptions options)Creates a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagDataSchemaRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagDataSchema |
The call object. |
CreateRagDataSchemaAsync(CreateRagDataSchemaRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RagDataSchema> CreateRagDataSchemaAsync(CreateRagDataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagDataSchemaRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagDataSchema |
The call object. |
CreateRagMetadata(CreateRagMetadataRequest, CallOptions)
public virtual RagMetadata CreateRagMetadata(CreateRagMetadataRequest request, CallOptions options)Creates a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RagMetadata |
The response received from the server. |
CreateRagMetadata(CreateRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual RagMetadata CreateRagMetadata(CreateRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RagMetadata |
The response received from the server. |
CreateRagMetadataAsync(CreateRagMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<RagMetadata> CreateRagMetadataAsync(CreateRagMetadataRequest request, CallOptions options)Creates a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagMetadata |
The call object. |
CreateRagMetadataAsync(CreateRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RagMetadata> CreateRagMetadataAsync(CreateRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagMetadata |
The call object. |
DeleteRagCorpus(DeleteRagCorpusRequest, CallOptions)
public virtual Operation DeleteRagCorpus(DeleteRagCorpusRequest request, CallOptions options)Deletes a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagCorpusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteRagCorpus(DeleteRagCorpusRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteRagCorpus(DeleteRagCorpusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagCorpusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteRagCorpusAsync(DeleteRagCorpusRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteRagCorpusAsync(DeleteRagCorpusRequest request, CallOptions options)Deletes a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagCorpusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteRagCorpusAsync(DeleteRagCorpusRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteRagCorpusAsync(DeleteRagCorpusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagCorpusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteRagDataSchema(DeleteRagDataSchemaRequest, CallOptions)
public virtual Empty DeleteRagDataSchema(DeleteRagDataSchemaRequest request, CallOptions options)Deletes a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagDataSchemaRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteRagDataSchema(DeleteRagDataSchemaRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteRagDataSchema(DeleteRagDataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagDataSchemaRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteRagDataSchemaAsync(DeleteRagDataSchemaRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteRagDataSchemaAsync(DeleteRagDataSchemaRequest request, CallOptions options)Deletes a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagDataSchemaRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteRagDataSchemaAsync(DeleteRagDataSchemaRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteRagDataSchemaAsync(DeleteRagDataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagDataSchemaRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteRagFile(DeleteRagFileRequest, CallOptions)
public virtual Operation DeleteRagFile(DeleteRagFileRequest request, CallOptions options)Deletes a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagFileRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteRagFile(DeleteRagFileRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteRagFile(DeleteRagFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagFileRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteRagFileAsync(DeleteRagFileRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteRagFileAsync(DeleteRagFileRequest request, CallOptions options)Deletes a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagFileRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteRagFileAsync(DeleteRagFileRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteRagFileAsync(DeleteRagFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagFileRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteRagMetadata(DeleteRagMetadataRequest, CallOptions)
public virtual Empty DeleteRagMetadata(DeleteRagMetadataRequest request, CallOptions options)Deletes a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteRagMetadata(DeleteRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteRagMetadata(DeleteRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteRagMetadataAsync(DeleteRagMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteRagMetadataAsync(DeleteRagMetadataRequest request, CallOptions options)Deletes a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteRagMetadataAsync(DeleteRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteRagMetadataAsync(DeleteRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
GetRagCorpus(GetRagCorpusRequest, CallOptions)
public virtual RagCorpus GetRagCorpus(GetRagCorpusRequest request, CallOptions options)Gets a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagCorpusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RagCorpus |
The response received from the server. |
GetRagCorpus(GetRagCorpusRequest, Metadata, DateTime?, CancellationToken)
public virtual RagCorpus GetRagCorpus(GetRagCorpusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagCorpusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RagCorpus |
The response received from the server. |
GetRagCorpusAsync(GetRagCorpusRequest, CallOptions)
public virtual AsyncUnaryCall<RagCorpus> GetRagCorpusAsync(GetRagCorpusRequest request, CallOptions options)Gets a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagCorpusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagCorpus |
The call object. |
GetRagCorpusAsync(GetRagCorpusRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RagCorpus> GetRagCorpusAsync(GetRagCorpusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagCorpusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagCorpus |
The call object. |
GetRagDataSchema(GetRagDataSchemaRequest, CallOptions)
public virtual RagDataSchema GetRagDataSchema(GetRagDataSchemaRequest request, CallOptions options)Gets a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagDataSchemaRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RagDataSchema |
The response received from the server. |
GetRagDataSchema(GetRagDataSchemaRequest, Metadata, DateTime?, CancellationToken)
public virtual RagDataSchema GetRagDataSchema(GetRagDataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagDataSchemaRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RagDataSchema |
The response received from the server. |
GetRagDataSchemaAsync(GetRagDataSchemaRequest, CallOptions)
public virtual AsyncUnaryCall<RagDataSchema> GetRagDataSchemaAsync(GetRagDataSchemaRequest request, CallOptions options)Gets a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagDataSchemaRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagDataSchema |
The call object. |
GetRagDataSchemaAsync(GetRagDataSchemaRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RagDataSchema> GetRagDataSchemaAsync(GetRagDataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagDataSchema.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagDataSchemaRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagDataSchema |
The call object. |
GetRagEngineConfig(GetRagEngineConfigRequest, CallOptions)
public virtual RagEngineConfig GetRagEngineConfig(GetRagEngineConfigRequest request, CallOptions options)Gets a RagEngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RagEngineConfig |
The response received from the server. |
GetRagEngineConfig(GetRagEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual RagEngineConfig GetRagEngineConfig(GetRagEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagEngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RagEngineConfig |
The response received from the server. |
GetRagEngineConfigAsync(GetRagEngineConfigRequest, CallOptions)
public virtual AsyncUnaryCall<RagEngineConfig> GetRagEngineConfigAsync(GetRagEngineConfigRequest request, CallOptions options)Gets a RagEngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagEngineConfig |
The call object. |
GetRagEngineConfigAsync(GetRagEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RagEngineConfig> GetRagEngineConfigAsync(GetRagEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagEngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagEngineConfig |
The call object. |
GetRagFile(GetRagFileRequest, CallOptions)
public virtual RagFile GetRagFile(GetRagFileRequest request, CallOptions options)Gets a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagFileRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RagFile |
The response received from the server. |
GetRagFile(GetRagFileRequest, Metadata, DateTime?, CancellationToken)
public virtual RagFile GetRagFile(GetRagFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagFileRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RagFile |
The response received from the server. |
GetRagFileAsync(GetRagFileRequest, CallOptions)
public virtual AsyncUnaryCall<RagFile> GetRagFileAsync(GetRagFileRequest request, CallOptions options)Gets a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagFileRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagFile |
The call object. |
GetRagFileAsync(GetRagFileRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RagFile> GetRagFileAsync(GetRagFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagFileRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagFile |
The call object. |
GetRagMetadata(GetRagMetadataRequest, CallOptions)
public virtual RagMetadata GetRagMetadata(GetRagMetadataRequest request, CallOptions options)Gets a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RagMetadata |
The response received from the server. |
GetRagMetadata(GetRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual RagMetadata GetRagMetadata(GetRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RagMetadata |
The response received from the server. |
GetRagMetadataAsync(GetRagMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<RagMetadata> GetRagMetadataAsync(GetRagMetadataRequest request, CallOptions options)Gets a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagMetadata |
The call object. |
GetRagMetadataAsync(GetRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RagMetadata> GetRagMetadataAsync(GetRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagMetadata |
The call object. |
ImportRagFiles(ImportRagFilesRequest, CallOptions)
public virtual Operation ImportRagFiles(ImportRagFilesRequest request, CallOptions options)Import files from Google Cloud Storage or Google Drive into a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportRagFilesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ImportRagFiles(ImportRagFilesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ImportRagFiles(ImportRagFilesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Import files from Google Cloud Storage or Google Drive into a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportRagFilesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ImportRagFilesAsync(ImportRagFilesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ImportRagFilesAsync(ImportRagFilesRequest request, CallOptions options)Import files from Google Cloud Storage or Google Drive into a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportRagFilesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ImportRagFilesAsync(ImportRagFilesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ImportRagFilesAsync(ImportRagFilesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Import files from Google Cloud Storage or Google Drive into a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportRagFilesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ListRagCorpora(ListRagCorporaRequest, CallOptions)
public virtual ListRagCorporaResponse ListRagCorpora(ListRagCorporaRequest request, CallOptions options)Lists RagCorpora in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagCorporaRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListRagCorporaResponse |
The response received from the server. |
ListRagCorpora(ListRagCorporaRequest, Metadata, DateTime?, CancellationToken)
public virtual ListRagCorporaResponse ListRagCorpora(ListRagCorporaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists RagCorpora in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagCorporaRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListRagCorporaResponse |
The response received from the server. |
ListRagCorporaAsync(ListRagCorporaRequest, CallOptions)
public virtual AsyncUnaryCall<ListRagCorporaResponse> ListRagCorporaAsync(ListRagCorporaRequest request, CallOptions options)Lists RagCorpora in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagCorporaRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRagCorporaResponse |
The call object. |
ListRagCorporaAsync(ListRagCorporaRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListRagCorporaResponse> ListRagCorporaAsync(ListRagCorporaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists RagCorpora in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagCorporaRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRagCorporaResponse |
The call object. |
ListRagDataSchemas(ListRagDataSchemasRequest, CallOptions)
public virtual ListRagDataSchemasResponse ListRagDataSchemas(ListRagDataSchemasRequest request, CallOptions options)Lists RagDataSchemas in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagDataSchemasRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListRagDataSchemasResponse |
The response received from the server. |
ListRagDataSchemas(ListRagDataSchemasRequest, Metadata, DateTime?, CancellationToken)
public virtual ListRagDataSchemasResponse ListRagDataSchemas(ListRagDataSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists RagDataSchemas in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagDataSchemasRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListRagDataSchemasResponse |
The response received from the server. |
ListRagDataSchemasAsync(ListRagDataSchemasRequest, CallOptions)
public virtual AsyncUnaryCall<ListRagDataSchemasResponse> ListRagDataSchemasAsync(ListRagDataSchemasRequest request, CallOptions options)Lists RagDataSchemas in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagDataSchemasRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRagDataSchemasResponse |
The call object. |
ListRagDataSchemasAsync(ListRagDataSchemasRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListRagDataSchemasResponse> ListRagDataSchemasAsync(ListRagDataSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists RagDataSchemas in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagDataSchemasRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRagDataSchemasResponse |
The call object. |
ListRagFiles(ListRagFilesRequest, CallOptions)
public virtual ListRagFilesResponse ListRagFiles(ListRagFilesRequest request, CallOptions options)Lists RagFiles in a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagFilesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListRagFilesResponse |
The response received from the server. |
ListRagFiles(ListRagFilesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListRagFilesResponse ListRagFiles(ListRagFilesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists RagFiles in a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagFilesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListRagFilesResponse |
The response received from the server. |
ListRagFilesAsync(ListRagFilesRequest, CallOptions)
public virtual AsyncUnaryCall<ListRagFilesResponse> ListRagFilesAsync(ListRagFilesRequest request, CallOptions options)Lists RagFiles in a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagFilesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRagFilesResponse |
The call object. |
ListRagFilesAsync(ListRagFilesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListRagFilesResponse> ListRagFilesAsync(ListRagFilesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists RagFiles in a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagFilesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRagFilesResponse |
The call object. |
ListRagMetadata(ListRagMetadataRequest, CallOptions)
public virtual ListRagMetadataResponse ListRagMetadata(ListRagMetadataRequest request, CallOptions options)Lists RagMetadata in a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListRagMetadataResponse |
The response received from the server. |
ListRagMetadata(ListRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual ListRagMetadataResponse ListRagMetadata(ListRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists RagMetadata in a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListRagMetadataResponse |
The response received from the server. |
ListRagMetadataAsync(ListRagMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<ListRagMetadataResponse> ListRagMetadataAsync(ListRagMetadataRequest request, CallOptions options)Lists RagMetadata in a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRagMetadataResponse |
The call object. |
ListRagMetadataAsync(ListRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListRagMetadataResponse> ListRagMetadataAsync(ListRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists RagMetadata in a RagFile.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRagMetadataResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override VertexRagDataService.VertexRagDataServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
VertexRagDataServiceVertexRagDataServiceClient |
|
UpdateRagCorpus(UpdateRagCorpusRequest, CallOptions)
public virtual Operation UpdateRagCorpus(UpdateRagCorpusRequest request, CallOptions options)Updates a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagCorpusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateRagCorpus(UpdateRagCorpusRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateRagCorpus(UpdateRagCorpusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagCorpusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateRagCorpusAsync(UpdateRagCorpusRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateRagCorpusAsync(UpdateRagCorpusRequest request, CallOptions options)Updates a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagCorpusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateRagCorpusAsync(UpdateRagCorpusRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateRagCorpusAsync(UpdateRagCorpusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagCorpusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateRagEngineConfig(UpdateRagEngineConfigRequest, CallOptions)
public virtual Operation UpdateRagEngineConfig(UpdateRagEngineConfigRequest request, CallOptions options)Updates a RagEngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateRagEngineConfig(UpdateRagEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateRagEngineConfig(UpdateRagEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a RagEngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateRagEngineConfigAsync(UpdateRagEngineConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateRagEngineConfigAsync(UpdateRagEngineConfigRequest request, CallOptions options)Updates a RagEngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateRagEngineConfigAsync(UpdateRagEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateRagEngineConfigAsync(UpdateRagEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a RagEngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateRagMetadata(UpdateRagMetadataRequest, CallOptions)
public virtual RagMetadata UpdateRagMetadata(UpdateRagMetadataRequest request, CallOptions options)Updates a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RagMetadata |
The response received from the server. |
UpdateRagMetadata(UpdateRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual RagMetadata UpdateRagMetadata(UpdateRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RagMetadata |
The response received from the server. |
UpdateRagMetadataAsync(UpdateRagMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<RagMetadata> UpdateRagMetadataAsync(UpdateRagMetadataRequest request, CallOptions options)Updates a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagMetadata |
The call object. |
UpdateRagMetadataAsync(UpdateRagMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RagMetadata> UpdateRagMetadataAsync(UpdateRagMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a RagMetadata.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRagMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRagMetadata |
The call object. |
UploadRagFile(UploadRagFileRequest, CallOptions)
public virtual UploadRagFileResponse UploadRagFile(UploadRagFileRequest request, CallOptions options)Upload a file into a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
UploadRagFileRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
UploadRagFileResponse |
The response received from the server. |
UploadRagFile(UploadRagFileRequest, Metadata, DateTime?, CancellationToken)
public virtual UploadRagFileResponse UploadRagFile(UploadRagFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Upload a file into a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
UploadRagFileRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
UploadRagFileResponse |
The response received from the server. |
UploadRagFileAsync(UploadRagFileRequest, CallOptions)
public virtual AsyncUnaryCall<UploadRagFileResponse> UploadRagFileAsync(UploadRagFileRequest request, CallOptions options)Upload a file into a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
UploadRagFileRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallUploadRagFileResponse |
The call object. |
UploadRagFileAsync(UploadRagFileRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<UploadRagFileResponse> UploadRagFileAsync(UploadRagFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Upload a file into a RagCorpus.
| Parameters | |
|---|---|
| Name | Description |
request |
UploadRagFileRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallUploadRagFileResponse |
The call object. |