public static interface ModelMonitor.ModelMonitoringTarget.VertexModelSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Model resource name.
|
com.google.protobuf.ByteString |
getModelBytes()
Model resource name.
|
String |
getModelVersionId()
Model version id.
|
com.google.protobuf.ByteString |
getModelVersionIdBytes()
Model version id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Model resource name. Format:
projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getModelBytes()
Model resource name. Format:
projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }String getModelVersionId()
Model version id.
string model_version_id = 2;com.google.protobuf.ByteString getModelVersionIdBytes()
Model version id.
string model_version_id = 2;Copyright © 2025 Google LLC. All rights reserved.