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

com.clarifai.grpc.api.AnnotationOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface AnnotationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.Annotation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The ID for the annotation
   * 
* * string id = 1; * @return The id. */ java.lang.String getId(); /** *
   * The ID for the annotation
   * 
* * string id = 1; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * ID of the input this annotation is tied to
   * 
* * string input_id = 2; * @return The inputId. */ java.lang.String getInputId(); /** *
   * ID of the input this annotation is tied to
   * 
* * string input_id = 2; * @return The bytes for inputId. */ com.google.protobuf.ByteString getInputIdBytes(); /** *
   * The data passed along in this annotation.
   * 
* * .clarifai.api.Data data = 3; * @return Whether the data field is set. */ boolean hasData(); /** *
   * The data passed along in this annotation.
   * 
* * .clarifai.api.Data data = 3; * @return The data. */ com.clarifai.grpc.api.Data getData(); /** *
   * The data passed along in this annotation.
   * 
* * .clarifai.api.Data data = 3; */ com.clarifai.grpc.api.DataOrBuilder getDataOrBuilder(); /** *
   * task_id is deprecated in annotation_info. Use task_id
   * 
* * .google.protobuf.Struct annotation_info = 13; * @return Whether the annotationInfo field is set. */ boolean hasAnnotationInfo(); /** *
   * task_id is deprecated in annotation_info. Use task_id
   * 
* * .google.protobuf.Struct annotation_info = 13; * @return The annotationInfo. */ com.google.protobuf.Struct getAnnotationInfo(); /** *
   * task_id is deprecated in annotation_info. Use task_id
   * 
* * .google.protobuf.Struct annotation_info = 13; */ com.google.protobuf.StructOrBuilder getAnnotationInfoOrBuilder(); /** *
   * DEPRECATED: Use worker.user.id instead.
   * 
* * string user_id = 15 [deprecated = true]; * @deprecated clarifai.api.Annotation.user_id is deprecated. * See proto/clarifai/api/resources.proto;l=37 * @return The userId. */ @java.lang.Deprecated java.lang.String getUserId(); /** *
   * DEPRECATED: Use worker.user.id instead.
   * 
* * string user_id = 15 [deprecated = true]; * @deprecated clarifai.api.Annotation.user_id is deprecated. * See proto/clarifai/api/resources.proto;l=37 * @return The bytes for userId. */ @java.lang.Deprecated com.google.protobuf.ByteString getUserIdBytes(); /** *
   * DEPRECATED: Use worker.model.model_version.id instead
   * 
* * string model_version_id = 16 [deprecated = true]; * @deprecated clarifai.api.Annotation.model_version_id is deprecated. * See proto/clarifai/api/resources.proto;l=40 * @return The modelVersionId. */ @java.lang.Deprecated java.lang.String getModelVersionId(); /** *
   * DEPRECATED: Use worker.model.model_version.id instead
   * 
* * string model_version_id = 16 [deprecated = true]; * @deprecated clarifai.api.Annotation.model_version_id is deprecated. * See proto/clarifai/api/resources.proto;l=40 * @return The bytes for modelVersionId. */ @java.lang.Deprecated com.google.protobuf.ByteString getModelVersionIdBytes(); /** *
   * DEPRECATED.
   * 
* * string embed_model_version_id = 14 [deprecated = true]; * @deprecated clarifai.api.Annotation.embed_model_version_id is deprecated. * See proto/clarifai/api/resources.proto;l=43 * @return The embedModelVersionId. */ @java.lang.Deprecated java.lang.String getEmbedModelVersionId(); /** *
   * DEPRECATED.
   * 
* * string embed_model_version_id = 14 [deprecated = true]; * @deprecated clarifai.api.Annotation.embed_model_version_id is deprecated. * See proto/clarifai/api/resources.proto;l=43 * @return The bytes for embedModelVersionId. */ @java.lang.Deprecated com.google.protobuf.ByteString getEmbedModelVersionIdBytes(); /** *
   * Annotation Status
   * 
* * .clarifai.api.status.Status status = 7; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * Annotation Status
   * 
* * .clarifai.api.status.Status status = 7; * @return The status. */ com.clarifai.grpc.api.status.Status getStatus(); /** *
   * Annotation Status
   * 
* * .clarifai.api.status.Status status = 7; */ com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder(); /** *
   * When the annotation was created. We follow the XXXX timestamp
   * format. We use https://www.ietf.org/rfc/rfc3339.txt format:
   * "2006-01-02T15:04:05.999999Z" so you can expect results like
   * the following from the API:
   * "2017-04-11T21:50:50.223962Z"
   * 
* * .google.protobuf.Timestamp created_at = 8; * @return Whether the createdAt field is set. */ boolean hasCreatedAt(); /** *
   * When the annotation was created. We follow the XXXX timestamp
   * format. We use https://www.ietf.org/rfc/rfc3339.txt format:
   * "2006-01-02T15:04:05.999999Z" so you can expect results like
   * the following from the API:
   * "2017-04-11T21:50:50.223962Z"
   * 
* * .google.protobuf.Timestamp created_at = 8; * @return The createdAt. */ com.google.protobuf.Timestamp getCreatedAt(); /** *
   * When the annotation was created. We follow the XXXX timestamp
   * format. We use https://www.ietf.org/rfc/rfc3339.txt format:
   * "2006-01-02T15:04:05.999999Z" so you can expect results like
   * the following from the API:
   * "2017-04-11T21:50:50.223962Z"
   * 
* * .google.protobuf.Timestamp created_at = 8; */ com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder(); /** *
   * When the annotation was modified.
   * 
* * .google.protobuf.Timestamp modified_at = 9; * @return Whether the modifiedAt field is set. */ boolean hasModifiedAt(); /** *
   * When the annotation was modified.
   * 
* * .google.protobuf.Timestamp modified_at = 9; * @return The modifiedAt. */ com.google.protobuf.Timestamp getModifiedAt(); /** *
   * When the annotation was modified.
   * 
* * .google.protobuf.Timestamp modified_at = 9; */ com.google.protobuf.TimestampOrBuilder getModifiedAtOrBuilder(); /** *
   * Whether or not this annotation is trusted
   * Will be deprecated
   * 
* * bool trusted = 10 [deprecated = true]; * @deprecated clarifai.api.Annotation.trusted is deprecated. * See proto/clarifai/api/resources.proto;l=60 * @return The trusted. */ @java.lang.Deprecated boolean getTrusted(); /** *
   * Is this the input level annotation.
   * 
* * bool input_level = 17; * @return The inputLevel. */ boolean getInputLevel(); /** *
   * Consensus review related information, e.g.
   * * annotation group
   * * id of annotation parent, in case the annotation was split from another annotation
   * 
* * .google.protobuf.Struct consensus_info = 18; * @return Whether the consensusInfo field is set. */ boolean hasConsensusInfo(); /** *
   * Consensus review related information, e.g.
   * * annotation group
   * * id of annotation parent, in case the annotation was split from another annotation
   * 
* * .google.protobuf.Struct consensus_info = 18; * @return The consensusInfo. */ com.google.protobuf.Struct getConsensusInfo(); /** *
   * Consensus review related information, e.g.
   * * annotation group
   * * id of annotation parent, in case the annotation was split from another annotation
   * 
* * .google.protobuf.Struct consensus_info = 18; */ com.google.protobuf.StructOrBuilder getConsensusInfoOrBuilder(); /** *
   * The id of the task annotation belongs to
   * 
* * string task_id = 19; * @return The taskId. */ java.lang.String getTaskId(); /** *
   * The id of the task annotation belongs to
   * 
* * string task_id = 19; * @return The bytes for taskId. */ com.google.protobuf.ByteString getTaskIdBytes(); /** *
   * Worker is the worker that created the annotation.
   * 
* * .clarifai.api.Worker worker = 21; * @return Whether the worker field is set. */ boolean hasWorker(); /** *
   * Worker is the worker that created the annotation.
   * 
* * .clarifai.api.Worker worker = 21; * @return The worker. */ com.clarifai.grpc.api.Worker getWorker(); /** *
   * Worker is the worker that created the annotation.
   * 
* * .clarifai.api.Worker worker = 21; */ com.clarifai.grpc.api.WorkerOrBuilder getWorkerOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy