public sealed class Study : IMessage<Study>, IEquatable<Study>, IDeepCloneable<Study>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Study.
A message representing a Study.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Study()
public Study()Study(Study)
public Study(Study other)| Parameter | |
|---|---|
| Name | Description |
other |
Study |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Time at which the study was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Required. Describes the Study, default value is empty string.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InactiveReason
public string InactiveReason { get; set; }Output only. A human readable reason why the Study is inactive. This should be empty if a study is ACTIVE or COMPLETED.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Output only. The name of a study. The study's globally unique identifier.
Format: projects/{project}/locations/{location}/studies/{study}
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public Study.Types.State State { get; set; }Output only. The detailed state of a Study.
| Property Value | |
|---|---|
| Type | Description |
StudyTypesState |
|
StudyName
public StudyName StudyName { get; set; }| Property Value | |
|---|---|
| Type | Description |
StudyName |
|
StudySpec
public StudySpec StudySpec { get; set; }Required. Configuration of the Study.
| Property Value | |
|---|---|
| Type | Description |
StudySpec |
|