Show / Hide Table of Contents

Class GoogleCloudMlV1CompleteTrialRequest

The request message for the CompleteTrial service method.

Inheritance
object
GoogleCloudMlV1CompleteTrialRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1CompleteTrialRequest : 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 GoogleCloudMlV1Measurement FinalMeasurement { get; set; }
Property Value
Type Description
GoogleCloudMlV1Measurement

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX