public sealed class CompleteTrialRequest : IMessage<CompleteTrialRequest>, IEquatable<CompleteTrialRequest>, IDeepCloneable<CompleteTrialRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CompleteTrialRequest.
Request message for [VizierService.CompleteTrial][google.cloud.aiplatform.v1beta1.VizierService.CompleteTrial].
Implements
IMessageCompleteTrialRequest, IEquatableCompleteTrialRequest, IDeepCloneableCompleteTrialRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CompleteTrialRequest()
public CompleteTrialRequest()CompleteTrialRequest(CompleteTrialRequest)
public CompleteTrialRequest(CompleteTrialRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CompleteTrialRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The Trial's name.
Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
bool |
|
TrialName
public TrialName TrialName { get; set; }| Property Value | |
|---|---|
| Type | Description |
TrialName |
|