All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.proto.event.AttributionOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/event/event.proto

package ai.promoted.proto.event;

public interface AttributionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:event.Attribution)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 model_id = 1 [json_name = "modelId"];
   * @return The modelId.
   */
  long getModelId();

  /**
   * int32 credit_millis = 2 [json_name = "creditMillis"];
   * @return The creditMillis.
   */
  int getCreditMillis();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy