Cloud AI Platform v1 API - Class GetTrialRequest (2.27.0)

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

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

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

Inheritance

object > GetTrialRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetTrialRequest()

public GetTrialRequest()

GetTrialRequest(GetTrialRequest)

public GetTrialRequest(GetTrialRequest other)
Parameter
NameDescription
otherGetTrialRequest

Properties

Name

public string Name { get; set; }

Required. The name of the Trial resource. 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