public interface ExportPublisherModelResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationUri()
public abstract String getDestinationUri()The destination uri of the model weights.
string destination_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The destinationUri. |
getDestinationUriBytes()
public abstract ByteString getDestinationUriBytes()The destination uri of the model weights.
string destination_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationUri. |
getPublisherModel()
public abstract String getPublisherModel() The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
string publisher_model = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The publisherModel. |
getPublisherModelBytes()
public abstract ByteString getPublisherModelBytes() The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
string publisher_model = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publisherModel. |