public sealed class GetStudyRequest : IMessage<GetStudyRequest>, IEquatable<GetStudyRequest>, IDeepCloneable<GetStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetStudyRequest.
Request message for [VizierService.GetStudy][google.cloud.aiplatform.v1beta1.VizierService.GetStudy].
Implements
IMessageGetStudyRequest, IEquatableGetStudyRequest, IDeepCloneableGetStudyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetStudyRequest()
public GetStudyRequest()
GetStudyRequest(GetStudyRequest)
public GetStudyRequest(GetStudyRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetStudyRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the Study resource.
Format: projects/{project}/locations/{location}/studies/{study}
Property Value | |
---|---|
Type | Description |
string |
StudyName
public StudyName StudyName { get; set; }
Property Value | |
---|---|
Type | Description |
StudyName |