public static interface RagEmbeddingModelConfig.VertexPredictionEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Required.
|
com.google.protobuf.ByteString |
getEndpointBytes()
Required.
|
String |
getModel()
Output only.
|
com.google.protobuf.ByteString |
getModelBytes()
Output only.
|
String |
getModelVersionId()
Output only.
|
com.google.protobuf.ByteString |
getModelVersionIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEndpoint()
Required. The endpoint resource name.
Format:
`projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`
or
`projects/{project}/locations/{location}/endpoints/{endpoint}`
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getEndpointBytes()
Required. The endpoint resource name.
Format:
`projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`
or
`projects/{project}/locations/{location}/endpoints/{endpoint}`
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getModel()
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}`
string model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getModelBytes()
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}`
string model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getModelVersionId()
Output only. Version ID of the model that is deployed on the endpoint. Present only when the endpoint is not a publisher model.
string model_version_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getModelVersionIdBytes()
Output only. Version ID of the model that is deployed on the endpoint. Present only when the endpoint is not a publisher model.
string model_version_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.