Table of Contents

Class TunedModelSource

Tuned model as a source for training a new model.

public class TunedModelSource
Inheritance
object
TunedModelSource

Properties

BaseModel

Output only. The name of the base Model this TunedModel was tuned from. Example: models/text-bison-001

public string BaseModel { get; set; }

Property Value

string

TunedModel

Immutable. The name of the TunedModel to use as the starting point for training the new model. Example: tunedModels/my-tuned-model

public string TunedModel { get; set; }

Property Value

string