Cloud AI Platform v1 API - Class CreateStudyRequest (2.27.0)

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

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

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

Inheritance

object > CreateStudyRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateStudyRequest()

public CreateStudyRequest()

CreateStudyRequest(CreateStudyRequest)

public CreateStudyRequest(CreateStudyRequest other)
Parameter
NameDescription
otherCreateStudyRequest

Properties

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the CustomJob in. 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

Study

public Study Study { get; set; }

Required. The Study configuration used to create the Study.

Property Value
TypeDescription
Study