ai.promoted.proto.event.AttributionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// 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