Interface DeployPublisherModelResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Deprecated.
    Output only.
    com.google.protobuf.ByteString
    Deprecated.
    Output only.
    Deprecated.
    Output only.
    com.google.protobuf.ByteString
    Deprecated.
    Output only.
    Deprecated.
    Output only.
    com.google.protobuf.ByteString
    Deprecated.
    Output only.

    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()
      Deprecated.
       Output only. The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`, or
       `publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`
       
      string publisher_model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The publisherModel.
    • getPublisherModelBytes

      com.google.protobuf.ByteString getPublisherModelBytes()
      Deprecated.
       Output only. The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`, or
       `publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`
       
      string publisher_model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for publisherModel.
    • getEndpoint

      String getEndpoint()
      Deprecated.
       Output only. The name of the Endpoint created.
       Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
       
      string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The endpoint.
    • getEndpointBytes

      com.google.protobuf.ByteString getEndpointBytes()
      Deprecated.
       Output only. The name of the Endpoint created.
       Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
       
      string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for endpoint.
    • getModel

      String getModel()
      Deprecated.
       Output only. The name of the Model created.
       Format: `projects/{project}/locations/{location}/models/{model}`
       
      string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The model.
    • getModelBytes

      com.google.protobuf.ByteString getModelBytes()
      Deprecated.
       Output only. The name of the Model created.
       Format: `projects/{project}/locations/{location}/models/{model}`
       
      string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for model.