UpdateDatasetExamplesRequest
Types
Properties
Link copied to clipboard
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see Ensuring idempotency.
Link copied to clipboard
Examples to update. Each element is a JSON object containing a required exampleId string field identifying the existing example, plus the replacement fields. The exampleId is extracted and removed before persistence; the remaining document is validated against the dataset's schemaType. Max 1000 examples per call. Total request body must not exceed 5 MB.
Functions
Link copied to clipboard
inline fun copy(block: UpdateDatasetExamplesRequest.Builder.() -> Unit = {}): UpdateDatasetExamplesRequest