Resource: FeedbackMessage
A feedback message inside a feedback thread.
JSON representation | |
---|---|
{ "name": string, "body": string, "image": string, "createTime": string, // Union field |
Fields | ||
---|---|---|
name |
Name of the feedback message in a feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}/feedbackMessage/{feedback_message_id}' |
|
body |
String content of the feedback. Maximum of 10000 characters. |
|
image |
The image storing this feedback if the feedback is an image representing operator's comments. A base64-encoded string. |
|
createTime |
Create time. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
|
Union field metadata . Metadata marking the source and additional information of this feedback. metadata can be only one of the following: |
||
requesterFeedbackMetadata |
|
|
operatorFeedbackMetadata |
|
RequesterFeedbackMetadata
Metadata describing the feedback from the labeling task requester.
OperatorFeedbackMetadata
Metadata describing the feedback from the operator.
Methods |
|
---|---|
|
Create a FeedbackMessage object. |
|
Delete a FeedbackMessage. |
|
Get a FeedbackMessage object. |
|
List FeedbackMessages with pagination. |