Vertex AI v1beta1 API - Class BatchDeleteRagDataSchemasRequest (1.0.0-beta74)

public sealed class BatchDeleteRagDataSchemasRequest : IMessage<BatchDeleteRagDataSchemasRequest>, IEquatable<BatchDeleteRagDataSchemasRequest>, IDeepCloneable<BatchDeleteRagDataSchemasRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class BatchDeleteRagDataSchemasRequest.

Request message for [VertexRagDataService.BatchDeleteRagDataSchemas][google.cloud.aiplatform.v1beta1.VertexRagDataService.BatchDeleteRagDataSchemas].

Inheritance

object > BatchDeleteRagDataSchemasRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

BatchDeleteRagDataSchemasRequest()

public BatchDeleteRagDataSchemasRequest()

BatchDeleteRagDataSchemasRequest(BatchDeleteRagDataSchemasRequest)

public BatchDeleteRagDataSchemasRequest(BatchDeleteRagDataSchemasRequest other)
Parameter
Name Description
other BatchDeleteRagDataSchemasRequest

Properties

Names

public RepeatedField<string> Names { get; }

Required. The RagDataSchemas to delete. A maximum of 500 schemas can be deleted in a batch. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragDataSchemas/{rag_data_schema}

Property Value
Type Description
RepeatedFieldstring

Parent

public string Parent { get; set; }

Required. The resource name of the RagCorpus from which to delete the RagDataSchemas. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

Property Value
Type Description
string

ParentAsRagCorpusName

public RagCorpusName ParentAsRagCorpusName { get; set; }

RagCorpusName-typed view over the Parent resource name property.

Property Value
Type Description
RagCorpusName

RagDataSchemaNames

public ResourceNameList<RagDataSchemaName> RagDataSchemaNames { get; }

RagDataSchemaName-typed view over the Names resource name property.

Property Value
Type Description
ResourceNameListRagDataSchemaName