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}.

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