public static interface Model.OriginalModelInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getModel()
public abstract String getModel()
Output only. The resource name of the Model this Model is a copy of,
including the revision. Format:
projects/{project}/locations/{location}/models/{model_id}@{version_id}
string model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The model. |
getModelBytes()
public abstract ByteString getModelBytes()
Output only. The resource name of the Model this Model is a copy of,
including the revision. Format:
projects/{project}/locations/{location}/models/{model_id}@{version_id}
string model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for model. |