Interface StreamingAutomlClassificationConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getModelName()
      Resource name of AutoML model.
      com.google.protobuf.ByteString getModelNameBytes()
      Resource name of AutoML model.
      • 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 Detail

      • getModelName

        String getModelName()
         Resource name of AutoML model.
         Format:
         `projects/{project_number}/locations/{location_id}/models/{model_id}`
         
        string model_name = 1;
        Returns:
        The modelName.
      • getModelNameBytes

        com.google.protobuf.ByteString getModelNameBytes()
         Resource name of AutoML model.
         Format:
         `projects/{project_number}/locations/{location_id}/models/{model_id}`
         
        string model_name = 1;
        Returns:
        The bytes for modelName.