Cloud AI Platform v1 API - Class GetStudyRequest (2.27.0)

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

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

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

Inheritance

object > GetStudyRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetStudyRequest()

public GetStudyRequest()

GetStudyRequest(GetStudyRequest)

public GetStudyRequest(GetStudyRequest other)
Parameter
NameDescription
otherGetStudyRequest

Properties

Name

public string Name { get; set; }

Required. The name of the Study resource. Format: projects/{project}/locations/{location}/studies/{study}

Property Value
TypeDescription
string

StudyName

public StudyName StudyName { get; set; }

StudyName-typed view over the Name resource name property.

Property Value
TypeDescription
StudyName