Interface DeployRequest.CustomModelOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeployRequest.CustomModel, DeployRequest.CustomModel.Builder
Enclosing class:
DeployRequest

public static interface DeployRequest.CustomModelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Immutable.
    com.google.protobuf.ByteString
    Immutable.
     
    boolean
    Immutable.

    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

    • hasGcsUri

      boolean hasGcsUri()
       Immutable. The Google Cloud Storage URI of the custom model, storing
       weights and config files (which can be used to infer the base model).
       
      string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the gcsUri field is set.
    • getGcsUri

      String getGcsUri()
       Immutable. The Google Cloud Storage URI of the custom model, storing
       weights and config files (which can be used to infer the base model).
       
      string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The gcsUri.
    • getGcsUriBytes

      com.google.protobuf.ByteString getGcsUriBytes()
       Immutable. The Google Cloud Storage URI of the custom model, storing
       weights and config files (which can be used to infer the base model).
       
      string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The bytes for gcsUri.
    • getModelSourceCase