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-04-09 UTC."],[[["The `DeleteStudyRequest` class is part of the Google Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class is used to construct request messages for the `VizierService.DeleteStudy` method, which is responsible for deleting a Study resource."],["`DeleteStudyRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["The `DeleteStudyRequest` class includes properties such as `Name`, which is a required string representing the resource name of the study to be deleted, and `StudyName`, which provides a typed view of the `Name` property."],["The `DeleteStudyRequest` class has two constructors: a default one and another one that takes another `DeleteStudyRequest` as a parameter, used for cloning."]]],[]]