Cloud AI Platform v1 API - Class CreateTuningJobRequest (2.28.0)

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

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

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

Inheritance

object > CreateTuningJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

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