ClassifyLogsRequest

Request message for classifying logs to the corresponding logType.

JSON representation
{
  "parent": string,
  "log_data": [
    string
  ]
}
Fields
parent

string

Required. The parent, which requests the classification.

log_data[]

string (bytes format)

Required. The batch of log data to classify.

A base64-encoded string.