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

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

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

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

Inheritance

object > DeleteRagDataSchemaRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

DeleteRagDataSchemaRequest()

public DeleteRagDataSchemaRequest()

DeleteRagDataSchemaRequest(DeleteRagDataSchemaRequest)

public DeleteRagDataSchemaRequest(DeleteRagDataSchemaRequest other)
Parameter
Name Description
other DeleteRagDataSchemaRequest

Properties

Name

public string Name { get; set; }

Required. The name of the RagDataSchema resource to be deleted. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragDataSchemas/{rag_data_schema}

Property Value
Type Description
string

RagDataSchemaName

public RagDataSchemaName RagDataSchemaName { get; set; }

RagDataSchemaName-typed view over the Name resource name property.

Property Value
Type Description
RagDataSchemaName