public sealed class DeleteRagDataSchemaRequest : IMessage<DeleteRagDataSchemaRequest>, IEquatable<DeleteRagDataSchemaRequest>, IDeepCloneable<DeleteRagDataSchemaRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeleteRagDataSchemaRequest.
Request message for [VertexRagDataService.DeleteRagDataSchema][google.cloud.aiplatform.v1beta1.VertexRagDataService.DeleteRagDataSchema].
Implements
IMessageDeleteRagDataSchemaRequest, IEquatableDeleteRagDataSchemaRequest, IDeepCloneableDeleteRagDataSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|