Cloud AI Platform v1 API - Class GetTuningJobRequest (2.28.0)

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

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

Request message for [GenAiTuningService.GetTuningJob][google.cloud.aiplatform.v1.GenAiTuningService.GetTuningJob].

Inheritance

object > GetTuningJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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