public interface ExportPublisherModelResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationUri()
The destination uri of the model weights.
|
com.google.protobuf.ByteString |
getDestinationUriBytes()
The destination uri of the model weights.
|
String |
getPublisherModel()
The name of the PublisherModel resource.
|
com.google.protobuf.ByteString |
getPublisherModelBytes()
The name of the PublisherModel resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPublisherModel()
The name of the PublisherModel resource.
Format:
`publishers/{publisher}/models/{publisher_model}@{version_id}`
string publisher_model = 1;com.google.protobuf.ByteString getPublisherModelBytes()
The name of the PublisherModel resource.
Format:
`publishers/{publisher}/models/{publisher_model}@{version_id}`
string publisher_model = 1;String getDestinationUri()
The destination uri of the model weights.
string destination_uri = 2;com.google.protobuf.ByteString getDestinationUriBytes()
The destination uri of the model weights.
string destination_uri = 2;Copyright © 2025 Google LLC. All rights reserved.