Class GoogleCloudMlV1Study
A message representing a Study.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1Study : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Time at which the study was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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 |
InactiveReason
Output only. A human readable reason why the Study is inactive. This should be empty if a study is ACTIVE or COMPLETED.
Declaration
[JsonProperty("inactiveReason")]
public virtual string InactiveReason { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The name of a study.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The detailed state of a study.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StudyConfig
Required. Configuration of the study.
Declaration
[JsonProperty("studyConfig")]
public virtual GoogleCloudMlV1StudyConfig StudyConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudMlV1StudyConfig |