REST Resource: projects.datasets.annotatedDatasets.feedbackThreads

Resource: FeedbackThread

A feedback thread of a certain labeling task on a certain annotated dataset.

JSON representation
{
  "name": string,
  "feedbackThreadMetadata": {
    object (FeedbackThreadMetadata)
  }
}
Fields
name

string

Name of the feedback thread. Format:

'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}'

feedbackThreadMetadata

object (FeedbackThreadMetadata)

Metadata regarding the feedback thread.

FeedbackThreadMetadata

JSON representation
{
  "thumbnail": string,
  "status": enum (FeedbackThreadStatus),
  "createTime": string,
  "lastUpdateTime": string
}
Fields
thumbnail

string (bytes format)

An image thumbnail of this thread.

A base64-encoded string.

status

enum (FeedbackThreadStatus)

createTime

string (Timestamp format)

When the thread is created

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

lastUpdateTime

string (Timestamp format)

When the thread is last updated.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

FeedbackThreadStatus

Enums
FEEDBACK_THREAD_STATUS_UNSPECIFIED
NEW Feedback thread is created with no reply;
REPLIED Feedback thread is replied at least once;

Methods

delete

Delete a FeedbackThread.

get

Get a FeedbackThread object.

list

List FeedbackThreads with pagination.