public static interface ModelMonitor.ModelMonitoringTarget.VertexModelSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModel()
public abstract String getModel()Model resource name. Format: projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The model. |
getModelBytes()
public abstract ByteString getModelBytes()Model resource name. Format: projects/{project}/locations/{location}/models/{model}.
string model = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for model. |
getModelVersionId()
public abstract String getModelVersionId()Model version id.
string model_version_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The modelVersionId. |
getModelVersionIdBytes()
public abstract ByteString getModelVersionIdBytes()Model version id.
string model_version_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for modelVersionId. |