Interface ExportPublisherModelResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExportPublisherModelResponse, ExportPublisherModelResponse.Builder

@Generated public interface ExportPublisherModelResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The destination uri of the model weights.
    com.google.protobuf.ByteString
    The destination uri of the model weights.
    The name of the PublisherModel resource.
    com.google.protobuf.ByteString
    The name of the PublisherModel resource.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPublisherModel

      String getPublisherModel()
       The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`
       
      string publisher_model = 1;
      Returns:
      The publisherModel.
    • getPublisherModelBytes

      com.google.protobuf.ByteString getPublisherModelBytes()
       The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`
       
      string publisher_model = 1;
      Returns:
      The bytes for publisherModel.
    • getDestinationUri

      String getDestinationUri()
       The destination uri of the model weights.
       
      string destination_uri = 2;
      Returns:
      The destinationUri.
    • getDestinationUriBytes

      com.google.protobuf.ByteString getDestinationUriBytes()
       The destination uri of the model weights.
       
      string destination_uri = 2;
      Returns:
      The bytes for destinationUri.