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