Cloud AI Platform v1 API - Class CompleteTrialRequest (2.27.0)

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

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

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

Inheritance

object > CompleteTrialRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CompleteTrialRequest()

public CompleteTrialRequest()

CompleteTrialRequest(CompleteTrialRequest)

public CompleteTrialRequest(CompleteTrialRequest other)
Parameter
NameDescription
otherCompleteTrialRequest

Properties

FinalMeasurement

public Measurement FinalMeasurement { get; set; }

Optional. If provided, it will be used as the completed Trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement

Property Value
TypeDescription
Measurement

InfeasibleReason

public string InfeasibleReason { get; set; }

Optional. A human readable reason why the trial was infeasible. This should only be provided if trial_infeasible is true.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

TrialInfeasible

public bool TrialInfeasible { get; set; }

Optional. True if the Trial cannot be run with the given Parameter, and final_measurement will be ignored.

Property Value
TypeDescription
bool

TrialName

public TrialName TrialName { get; set; }

TrialName-typed view over the Name resource name property.

Property Value
TypeDescription
TrialName