public sealed class DeleteSavedQueryRequest : IMessage<DeleteSavedQueryRequest>, IEquatable<DeleteSavedQueryRequest>, IDeepCloneable<DeleteSavedQueryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteSavedQueryRequest.
Request message for
[DatasetService.DeleteSavedQuery][google.cloud.aiplatform.v1beta1.DatasetService.DeleteSavedQuery].
[[["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-14 UTC."],[[["This documentation details the `DeleteSavedQueryRequest` class, which is used to formulate requests for deleting a saved query within the Cloud AI Platform v1beta1 API."],["The `DeleteSavedQueryRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSavedQueryRequest` class has two constructors, a default one and another one that accepts a `DeleteSavedQueryRequest` instance as a parameter for copying."],["The class contains two properties: `Name`, a string representing the resource name of the saved query to be deleted, and `SavedQueryName`, a typed view over the resource name."],["The `DeleteSavedQueryRequest` class belongs to the namespace `Google.Cloud.AIPlatform.V1Beta1` and is found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]