Class UpsertExamplesResponse (1.93.0)

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

Response message for ExampleStoreService.UpsertExamples.

Attribute

Name Description
results MutableSequence[google.cloud.aiplatform_v1beta1.types.UpsertExamplesResponse.UpsertResult]
A list of results for creating/updating. It's either a successfully created/updated example or a status with an error message.

Classes

UpsertResult

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

The result for creating/updating a single example.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Methods

UpsertExamplesResponse

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

Response message for ExampleStoreService.UpsertExamples.