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-21 UTC."],[[["`DeleteStudyRequest` is a class within the Cloud AI Platform v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace, that is used to formulate a request to delete a study."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage object behavior, comparisons, and memory handling."],["The `DeleteStudyRequest` class contains two constructors: a default one and another that accepts an existing `DeleteStudyRequest` object for copying."],["The class has the properties `Name` which is a string representing the resource name and is required to formulate the request, and `StudyName`, which is a typed representation of the resource name."],["This class is used as the request message for the `VizierService.DeleteStudy` method within the AI Platform v1beta1 API."]]],[]]