Class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint
Config representing a model hosted on Vertex Prediction Endpoint.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint : 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 |