Resource: FeedbackThread
A feedback thread of a certain labeling task on a certain annotated dataset.
JSON representation | |
---|---|
{
"name": string,
"feedbackThreadMetadata": {
object ( |
Fields | |
---|---|
name |
Name of the feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}' |
feedbackThreadMetadata |
Metadata regarding the feedback thread. |
FeedbackThreadMetadata
JSON representation | |
---|---|
{
"thumbnail": string,
"status": enum ( |
Fields | |
---|---|
thumbnail |
An image thumbnail of this thread. A base64-encoded string. |
status |
|
createTime |
When the thread is created A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
lastUpdateTime |
When the thread is last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
FeedbackThreadStatus
Enums | |
---|---|
FEEDBACK_THREAD_STATUS_UNSPECIFIED |
|
NEW |
Feedback thread is created with no reply; |
REPLIED |
Feedback thread is replied at least once; |
Methods |
|
---|---|
|
Delete a FeedbackThread. |
|
Get a FeedbackThread object. |
|
List FeedbackThreads with pagination. |