public interface CreateModelMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
The resource name of the model that this create applies to.
|
com.google.protobuf.ByteString |
getModelBytes()
The resource name of the model that this create applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
The resource name of the model that this create applies to.
Format:
`projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}`
string model = 1;com.google.protobuf.ByteString getModelBytes()
The resource name of the model that this create applies to.
Format:
`projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}`
string model = 1;Copyright © 2024 Google LLC. All rights reserved.