public sealed class DeleteTrialRequest : IMessage<DeleteTrialRequest>, IEquatable<DeleteTrialRequest>, IDeepCloneable<DeleteTrialRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteTrialRequest.
Request message for
[VizierService.DeleteTrial][google.cloud.aiplatform.v1beta1.VizierService.DeleteTrial].
[[["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 document provides reference information for the `DeleteTrialRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for versions beta20 and beta21."],["`DeleteTrialRequest` is a request message used by the `VizierService.DeleteTrial` method, enabling the deletion of a Trial within a study."],["The class inherits from the .NET `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTrialRequest` class has two constructors, one default and one that takes another `DeleteTrialRequest` object, and has two properties: `Name` for specifying the Trial's name and `TrialName` which is a `TrialName`-typed representation of the resource name."],["The `Name` property value is required, and it should be in this format `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`."]]],[]]