Class GoogleCloudAiplatformV1Study
A message representing a Study.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1Study : 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 |
DisplayName
Required. Describes the Study, default value is empty string.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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. The study's globally unique identifier. Format:
projects/{project}/locations/{location}/studies/{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 |
StudySpec
Required. Configuration of the Study.
Declaration
[JsonProperty("studySpec")]
public virtual GoogleCloudAiplatformV1StudySpec StudySpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StudySpec |