public sealed class DeleteRagFileRequest : IMessage<DeleteRagFileRequest>, IEquatable<DeleteRagFileRequest>, IDeepCloneable<DeleteRagFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteRagFileRequest.
Request message for
[VertexRagDataService.DeleteRagFile][google.cloud.aiplatform.v1beta1.VertexRagDataService.DeleteRagFile].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `DeleteRagFileRequest` class is used to request the deletion of a RagFile resource within the Cloud AI Platform v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["It includes properties such as `Name` (string) to specify the resource name to be deleted and `RagFileName` for a typed view over that name."],["The `DeleteRagFileRequest` class has two constructors, one empty and one to generate a copy of another DeleteRagFileRequest."],["The resource name format for the `Name` property must follow `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}`."]]],[]]