Cloud AI Platform v1 API - Class CreateTrialRequest (2.27.0)

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

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

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

Inheritance

object > CreateTrialRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateTrialRequest()

public CreateTrialRequest()

CreateTrialRequest(CreateTrialRequest)

public CreateTrialRequest(CreateTrialRequest other)
Parameter
NameDescription
otherCreateTrialRequest

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
TypeDescription
string

ParentAsStudyName

public StudyName ParentAsStudyName { get; set; }

StudyName-typed view over the Parent resource name property.

Property Value
TypeDescription
StudyName

Trial

public Trial Trial { get; set; }

Required. The Trial to create.

Property Value
TypeDescription
Trial