Metadata for the Bulk Upload Feedback Labels API.
JSON representation |
---|
{ "createTime": string, "endTime": string, "request": { object ( |
Fields | |
---|---|
createTime |
Output only. The time the operation was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
Output only. The time the operation finished running. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
request |
Output only. The original request for ingest. |
partialErrors[] |
Partial errors during ingest operation that might cause the operation output to be incomplete. |
uploadStats |
Output only. Statistics for BulkUploadFeedbackLabels operation. |
BulkUploadFeedbackLabelsRequest
The request for bulk uploading feedback labels.
JSON representation |
---|
{ "parent": string, "validateOnly": boolean, // Union field |
Fields | |
---|---|
parent |
Required. The parent resource for new feedback labels. |
validateOnly |
Optional. If set, upload will not happen and the labels will be validated. If not set, then default behavior will be to upload the labels after validation is complete. |
Union field source . Configuration for an external data store containing objects that will be converted to FeedbackLabels. source can be only one of the following: |
|
gcsSource |
A cloud storage bucket source. |
GcsSource
Google Cloud Storage Object details to get the feedback label file from.
JSON representation |
---|
{
"format": enum ( |
Fields | |
---|---|
format |
Required. File format which will be ingested. |
objectUri |
Required. The Google Cloud Storage URI of the file to import. Format: |
UploadStats
Statistics for BulkUploadFeedbackLabels operation.
JSON representation |
---|
{ "processedObjectCount": integer, "failedValidationCount": integer, "successfulUploadCount": integer } |
Fields | |
---|---|
processedObjectCount |
The number of objects processed during the upload operation. |
failedValidationCount |
The number of objects skipped because of failed validation |
successfulUploadCount |
The number of new feedback labels added during this ingest operation. |