Cloud AI Platform v1 API - Class StopTrialRequest (2.27.0)

public sealed class StopTrialRequest : IMessage<StopTrialRequest>, IEquatable<StopTrialRequest>, IDeepCloneable<StopTrialRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class StopTrialRequest.

Request message for [VizierService.StopTrial][google.cloud.aiplatform.v1.VizierService.StopTrial].

Inheritance

object > StopTrialRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StopTrialRequest()

public StopTrialRequest()

StopTrialRequest(StopTrialRequest)

public StopTrialRequest(StopTrialRequest other)
Parameter
NameDescription
otherStopTrialRequest

Properties

Name

public string Name { get; set; }

Required. The Trial's name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}

Property Value
TypeDescription
string

TrialName

public TrialName TrialName { get; set; }

TrialName-typed view over the Name resource name property.

Property Value
TypeDescription
TrialName