Class UpsertExamplesRequest (1.122.0)

UpsertExamplesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ExampleStoreService.UpsertExamples.

Attributes

Name Description
example_store str
Required. The name of the ExampleStore resource that examples are added to or updated in. Format: projects/{project}/locations/{location}/exampleStores/{example_store}
examples MutableSequence[google.cloud.aiplatform_v1beta1.types.Example]
Required. A list of examples to be created/updated.
overwrite bool
Optional. A flag indicating whether an example can be overwritten if it already exists. If False (default) and the example already exists, the example will not be updated. This does not affect behavior if the example does not exist already.

Methods

UpsertExamplesRequest

UpsertExamplesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ExampleStoreService.UpsertExamples.