public sealed class StopTrialRequest : IMessage<StopTrialRequest>, IEquatable<StopTrialRequest>, IDeepCloneable<StopTrialRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StopTrialRequest.
Request message for
[VizierService.StopTrial][google.cloud.aiplatform.v1beta1.VizierService.StopTrial].
[[["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."],[[["This document provides reference information for the `StopTrialRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for versions beta09 to beta21."],["`StopTrialRequest` is a request message used to stop a trial via the `VizierService.StopTrial` method, and it inherits from the base .NET `object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["The `StopTrialRequest` class has two constructors: a default constructor and a constructor that accepts another `StopTrialRequest` object for copying, and also has two properties `Name`, which is the required trial name, and `TrialName`, a TrialName-typed view of the name."],["The required `Name` property is a string that represents the name of the Trial in the format of `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`."]]],[]]