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-04-09 UTC."],[[["This page provides reference documentation for the `StopTrialRequest` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `StopTrialRequest` class is a request message used for the `VizierService.StopTrial` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes properties like `Name` (a string representing the trial's resource name) and `TrialName` (a `TrialName`-typed view of the trial's resource name)."],["The `StopTrialRequest` class provides two constructors: a default constructor and a constructor that takes another `StopTrialRequest` object as a parameter."],["The `StopTrialRequest` is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]