public sealed class GetTuningJobRequest : IMessage<GetTuningJobRequest>, IEquatable<GetTuningJobRequest>, IDeepCloneable<GetTuningJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetTuningJobRequest.
Request message for [GenAiTuningService.GetTuningJob][google.cloud.aiplatform.v1beta1.GenAiTuningService.GetTuningJob].
Implements
IMessageGetTuningJobRequest, IEquatableGetTuningJobRequest, IDeepCloneableGetTuningJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetTuningJobRequest()
public GetTuningJobRequest()GetTuningJobRequest(GetTuningJobRequest)
public GetTuningJobRequest(GetTuningJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetTuningJobRequest |
Properties
Name
public string Name { get; set; }Required. The name of the TuningJob resource. Format:
projects/{project}/locations/{location}/tuningJobs/{tuning_job}
| Property Value | |
|---|---|
| Type | Description |
string |
|
TuningJobName
public TuningJobName TuningJobName { get; set; }TuningJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
TuningJobName |
|