Show / Hide Table of Contents

Class GoogleCloudAiplatformV1PreTunedModel

A pre-tuned model for continuous tuning.

Inheritance
object
GoogleCloudAiplatformV1PreTunedModel
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PreTunedModel : IDirectResponseSchema

Properties

BaseModel

Output only. The name of the base model this PreTunedModel was tuned from.

Declaration
[JsonProperty("baseModel")]
public virtual string BaseModel { get; set; }
Property Value
Type Description
string

CheckpointId

Optional. The source checkpoint id. If not specified, the default checkpoint will be used.

Declaration
[JsonProperty("checkpointId")]
public virtual string CheckpointId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TunedModelName

The resource name of the Model. E.g., a model resource name with a specified version id or alias: projects/{project}/locations/{location}/models/{model}@{version_id} projects/{project}/locations/{location}/models/{model}@{alias} Or, omit the version id to use the default version: projects/{project}/locations/{location}/models/{model}

Declaration
[JsonProperty("tunedModelName")]
public virtual string TunedModelName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX