Cloud AI Platform v1 API - Class LookupStudyRequest (2.27.0)

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

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

Request message for [VizierService.LookupStudy][google.cloud.aiplatform.v1.VizierService.LookupStudy].

Inheritance

object > LookupStudyRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

LookupStudyRequest()

public LookupStudyRequest()

LookupStudyRequest(LookupStudyRequest)

public LookupStudyRequest(LookupStudyRequest other)
Parameter
NameDescription
otherLookupStudyRequest

Properties

DisplayName

public string DisplayName { get; set; }

Required. The user-defined display name of the Study

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the Location to get the Study from. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName