Interface InputOuterClass.InputOrBuilder

    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
      • hasData

        boolean hasData()
        .clarifai.api.Data data = 2;
      • hasFeedbackInfo

        boolean hasFeedbackInfo()
        .clarifai.api.FeedbackInfo feedback_info = 3;
      • hasCreatedAt

        boolean hasCreatedAt()
        .google.protobuf.Timestamp created_at = 4;
      • getCreatedAt

        com.google.protobuf.Timestamp getCreatedAt()
        .google.protobuf.Timestamp created_at = 4;
      • getCreatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
        .google.protobuf.Timestamp created_at = 4;
      • hasModifiedAt

        boolean hasModifiedAt()
        .google.protobuf.Timestamp modified_at = 5;
      • getModifiedAt

        com.google.protobuf.Timestamp getModifiedAt()
        .google.protobuf.Timestamp modified_at = 5;
      • getModifiedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getModifiedAtOrBuilder()
        .google.protobuf.Timestamp modified_at = 5;
      • hasStatus

        boolean hasStatus()
        .clarifai.api.status.Status status = 6;