Class GoogleCloudAiplatformV1CompleteTrialRequest
Request message for VizierService.CompleteTrial.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CompleteTrialRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FinalMeasurement
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
Declaration
[JsonProperty("finalMeasurement")]
public virtual GoogleCloudAiplatformV1Measurement FinalMeasurement { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Measurement |
InfeasibleReason
Optional. A human readable reason why the trial was infeasible. This should only be provided if
trial_infeasible
is true.
Declaration
[JsonProperty("infeasibleReason")]
public virtual string InfeasibleReason { get; set; }
Property Value
Type | Description |
---|---|
string |
TrialInfeasible
Optional. True if the Trial cannot be run with the given Parameter, and final_measurement will be ignored.
Declaration
[JsonProperty("trialInfeasible")]
public virtual bool? TrialInfeasible { get; set; }
Property Value
Type | Description |
---|---|
bool? |