public sealed class CreateStudyRequest : IMessage<CreateStudyRequest>, IEquatable<CreateStudyRequest>, IDeepCloneable<CreateStudyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateStudyRequest.
Request message for [VizierService.CreateStudy][google.cloud.aiplatform.v1beta1.VizierService.CreateStudy].
Implements
IMessageCreateStudyRequest, IEquatableCreateStudyRequest, IDeepCloneableCreateStudyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateStudyRequest()
public CreateStudyRequest()CreateStudyRequest(CreateStudyRequest)
public CreateStudyRequest(CreateStudyRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        CreateStudyRequest | 
      
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 | |
|---|---|
| Type | Description | 
string | 
        |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
LocationName | 
        |
Study
public Study Study { get; set; }Required. The Study configuration used to create the Study.
| Property Value | |
|---|---|
| Type | Description | 
Study | 
        |