public sealed class CreateTuningJobRequest : IMessage<CreateTuningJobRequest>, IEquatable<CreateTuningJobRequest>, IDeepCloneable<CreateTuningJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateTuningJobRequest.
Request message for [GenAiTuningService.CreateTuningJob][google.cloud.aiplatform.v1beta1.GenAiTuningService.CreateTuningJob].
Implements
IMessageCreateTuningJobRequest, IEquatableCreateTuningJobRequest, IDeepCloneableCreateTuningJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateTuningJobRequest()
public CreateTuningJobRequest()CreateTuningJobRequest(CreateTuningJobRequest)
public CreateTuningJobRequest(CreateTuningJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateTuningJobRequest |
Properties
Parent
public string Parent { get; set; }Required. The resource name of the Location to create the TuningJob 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 |
|
TuningJob
public TuningJob TuningJob { get; set; }Required. The TuningJob to create.
| Property Value | |
|---|---|
| Type | Description |
TuningJob |
|