REST Resource: projects.datasets.annotatedDatasets.feedbackThreads.feedbackMessages

Resource: FeedbackMessage

A feedback message inside a feedback thread.

JSON representation
{
  "name": string,
  "body": string,
  "image": string,
  "createTime": string,

  // Union field metadata can be only one of the following:
  "requesterFeedbackMetadata": {
    object (RequesterFeedbackMetadata)
  },
  "operatorFeedbackMetadata": {
    object (OperatorFeedbackMetadata)
  }
  // End of list of possible types for union field metadata.
}
Fields
name

string

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

String content of the feedback. Maximum of 10000 characters.

image

string (bytes format)

The image storing this feedback if the feedback is an image representing operator's comments.

A base64-encoded string.

createTime

string (Timestamp format)

Create time.

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

Union field metadata. Metadata marking the source and additional information of this feedback. metadata can be only one of the following:
requesterFeedbackMetadata

object (RequesterFeedbackMetadata)

operatorFeedbackMetadata

object (OperatorFeedbackMetadata)

RequesterFeedbackMetadata

Metadata describing the feedback from the labeling task requester.

OperatorFeedbackMetadata

Metadata describing the feedback from the operator.

Methods

create

Create a FeedbackMessage object.

delete

Delete a FeedbackMessage.

get

Get a FeedbackMessage object.

list

List FeedbackMessages with pagination.