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-04-09 UTC."],[[["This document provides reference information for the `DeleteTrialRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `DeleteTrialRequest` class is a request message used for the `VizierService.DeleteTrial` method, which allows users to delete a specified trial."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `DeleteTrialRequest` class has two constructors: a default constructor, and another that takes another `DeleteTrialRequest` as a parameter."],["This request class includes properties `Name` (a string) and `TrialName` (a `TrialName` typed view) to specify the trial that should be deleted."]]],[]]