public sealed class RagEmbeddingModelConfig.Types.VertexPredictionEndpoint : IMessage<RagEmbeddingModelConfig.Types.VertexPredictionEndpoint>, IEquatable<RagEmbeddingModelConfig.Types.VertexPredictionEndpoint>, IDeepCloneable<RagEmbeddingModelConfig.Types.VertexPredictionEndpoint>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RagEmbeddingModelConfig.Types.VertexPredictionEndpoint.
Config representing a model hosted on Vertex Prediction Endpoint.
Implements
IMessageRagEmbeddingModelConfigTypesVertexPredictionEndpoint, IEquatableRagEmbeddingModelConfigTypesVertexPredictionEndpoint, IDeepCloneableRagEmbeddingModelConfigTypesVertexPredictionEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VertexPredictionEndpoint()
public VertexPredictionEndpoint()VertexPredictionEndpoint(VertexPredictionEndpoint)
public VertexPredictionEndpoint(RagEmbeddingModelConfig.Types.VertexPredictionEndpoint other)| Parameter | |
|---|---|
| Name | Description |
other |
RagEmbeddingModelConfigTypesVertexPredictionEndpoint |
Properties
Endpoint
public string Endpoint { get; set; }Required. The endpoint resource name.
Format:
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
or
projects/{project}/locations/{location}/endpoints/{endpoint}
| Property Value | |
|---|---|
| Type | Description |
string |
|
EndpointAsEndpointName
public EndpointName EndpointAsEndpointName { get; set; }EndpointName-typed view over the Endpoint resource name property.
| Property Value | |
|---|---|
| Type | Description |
EndpointName |
|
Model
public string Model { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ModelAsModelName
public ModelName ModelAsModelName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ModelName |
|
ModelVersionId
public string ModelVersionId { get; set; }Output only. Version ID of the model that is deployed on the endpoint. Present only when the endpoint is not a publisher model.
| Property Value | |
|---|---|
| Type | Description |
string |
|