Vertex AI v1beta1 API - Class UpsertExamplesResponse (1.0.0-beta24)

public sealed class UpsertExamplesResponse : IMessage<UpsertExamplesResponse>, IEquatable<UpsertExamplesResponse>, IDeepCloneable<UpsertExamplesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class UpsertExamplesResponse.

Response message for [ExampleStoreService.UpsertExamples][google.cloud.aiplatform.v1beta1.ExampleStoreService.UpsertExamples].

Inheritance

object > UpsertExamplesResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

UpsertExamplesResponse()

public UpsertExamplesResponse()

UpsertExamplesResponse(UpsertExamplesResponse)

public UpsertExamplesResponse(UpsertExamplesResponse other)
Parameter
Name Description
other UpsertExamplesResponse

Properties

Results

public RepeatedField<UpsertExamplesResponse.Types.UpsertResult> Results { get; }

A list of results for creating/updating. It's either a successfully created/updated example or a status with an error message.

Property Value
Type Description
RepeatedFieldUpsertExamplesResponseTypesUpsertResult