Cloud AI Platform v1 API - Class Study (2.27.0)

public sealed class Study : IMessage<Study>, IEquatable<Study>, IDeepCloneable<Study>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Study.

A message representing a Study.

Inheritance

object > Study

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Study()

public Study()

Study(Study)

public Study(Study other)
Parameter
NameDescription
otherStudy

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time at which the study was created.

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

Required. Describes the Study, default value is empty string.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

State

public Study.Types.State State { get; set; }

Output only. The detailed state of a Study.

Property Value
TypeDescription
StudyTypesState

StudyName

public StudyName StudyName { get; set; }

StudyName-typed view over the Name resource name property.

Property Value
TypeDescription
StudyName

StudySpec

public StudySpec StudySpec { get; set; }

Required. Configuration of the Study.

Property Value
TypeDescription
StudySpec