Show / Hide Table of Contents

Class GoogleCloudAiplatformV1TunedModel

The Model Registry Model and Online Prediction Endpoint associated with this TuningJob.

Inheritance
object
GoogleCloudAiplatformV1TunedModel
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 GoogleCloudAiplatformV1TunedModel : IDirectResponseSchema

Properties

Checkpoints

Output only. The checkpoints associated with this TunedModel. This field is only populated for tuning jobs that enable intermediate checkpoints.

Declaration
[JsonProperty("checkpoints")]
public virtual IList<GoogleCloudAiplatformV1TunedModelCheckpoint> Checkpoints { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1TunedModelCheckpoint>

ETag

The ETag of the item.

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

Endpoint

Output only. A resource name of an Endpoint. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

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

Model

Output only. The resource name of the TunedModel. Format: projects/{project}/locations/{location}/models/{model}@{version_id} When tuning from a base model, the version ID will be 1. For continuous tuning, if the provided tuned_model_display_name is set and different from parent model's display name, the tuned model will have a new parent model with version 1. Otherwise the version id will be incremented by 1 from the last version ID in the parent model. E.g., projects/{project}/locations/{location}/models/{model}@{last_version_id + 1}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX