Cloud AI Platform v1beta1 API - Class RagEmbeddingModelConfig.Types.VertexPredictionEndpoint (1.0.0-beta02)

public sealed class RagEmbeddingModelConfig.Types.VertexPredictionEndpoint : IMessage<RagEmbeddingModelConfig.Types.VertexPredictionEndpoint>, IEquatable<RagEmbeddingModelConfig.Types.VertexPredictionEndpoint>, IDeepCloneable<RagEmbeddingModelConfig.Types.VertexPredictionEndpoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class RagEmbeddingModelConfig.Types.VertexPredictionEndpoint.

Config representing a model hosted on Vertex Prediction Endpoint.

Inheritance

object > RagEmbeddingModelConfig.Types.VertexPredictionEndpoint

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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

ModelName-typed view over the Model resource name property.

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