Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint

Config representing a model hosted on Vertex Prediction Endpoint.

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

Properties

ETag

The ETag of the item.

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

Endpoint

Required. The endpoint resource name. Format: projects/{project}/locations/{location}/publishers/{publisher}/models/{model} or 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 model that is deployed on the endpoint. Present only when the endpoint is not a publisher model. Pattern: projects/{project}/locations/{location}/models/{model}

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

ModelVersionId

Output only. Version ID of the model that is deployed on the endpoint. Present only when the endpoint is not a publisher model.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX