public sealed class DeleteStudyRequest : IMessage<DeleteStudyRequest>, IEquatable<DeleteStudyRequest>, IDeepCloneable<DeleteStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteStudyRequest.
Request message for
[VizierService.DeleteStudy][google.cloud.aiplatform.v1beta1.VizierService.DeleteStudy].
[[["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-03-25 UTC."],[[["This page provides documentation for the `DeleteStudyRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09, with links to newer versions available."],["`DeleteStudyRequest` is used as a request message for the `VizierService.DeleteStudy` method, enabling the deletion of a specified Study resource."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with accessible inherited members like `GetHashCode`, `GetType`, and `ToString`."],["Key properties of the `DeleteStudyRequest` include `Name` (string), which specifies the required name of the Study to delete, and `StudyName`, which is a typed view over the `Name` property, of type `StudyName`."],["The `DeleteStudyRequest` class has two constructors, one default and another to instantiate from another `DeleteStudyRequest` instance."]]],[]]