Show / Hide Table of Contents

Class GoogleCloudMlV1Trial

A message representing a trial.

Inheritance
object
GoogleCloudMlV1Trial
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 GoogleCloudMlV1Trial : IDirectResponseSchema

Properties

ClientId

Output only. The identifier of the client that originally requested this trial.

Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

Output only. Time at which the trial's status changed to COMPLETED.

Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type Description
string

FinalMeasurement

The final measurement containing the objective value.

Declaration
[JsonProperty("finalMeasurement")]
public virtual GoogleCloudMlV1Measurement FinalMeasurement { get; set; }
Property Value
Type Description
GoogleCloudMlV1Measurement

InfeasibleReason

Output only. A human readable string describing why the trial is infeasible. This should only be set if trial_infeasible is true.

Declaration
[JsonProperty("infeasibleReason")]
public virtual string InfeasibleReason { get; set; }
Property Value
Type Description
string

Measurements

A list of measurements that are strictly lexicographically ordered by their induced tuples (steps, elapsed_time). These are used for early stopping computations.

Declaration
[JsonProperty("measurements")]
public virtual IList<GoogleCloudMlV1Measurement> Measurements { get; set; }
Property Value
Type Description
IList<GoogleCloudMlV1Measurement>

Name

Output only. Name of the trial assigned by the service.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Parameters

The parameters of the trial.

Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleCloudMlV1TrialParameter> Parameters { get; set; }
Property Value
Type Description
IList<GoogleCloudMlV1TrialParameter>

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Output only. Time at which the trial was started.

Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type Description
string

State

The detailed state of a trial.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

TrialInfeasible

Output only. If true, the parameters in this trial are not attempted again.

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