public sealed class LookupStudyRequest : IMessage<LookupStudyRequest>, IEquatable<LookupStudyRequest>, IDeepCloneable<LookupStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class LookupStudyRequest.
Request message for [VizierService.LookupStudy][google.cloud.aiplatform.v1beta1.VizierService.LookupStudy].
Implements
IMessageLookupStudyRequest, IEquatableLookupStudyRequest, IDeepCloneableLookupStudyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
LookupStudyRequest()
public LookupStudyRequest()
LookupStudyRequest(LookupStudyRequest)
public LookupStudyRequest(LookupStudyRequest other)
Parameter | |
---|---|
Name | Description |
other |
LookupStudyRequest |
Properties
DisplayName
public string DisplayName { get; set; }
Required. The user-defined display name of the Study
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |