Vertex AI v1beta1 API - Class UpsertExamplesResponse.Types.UpsertResult (1.0.0-beta24)

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

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

The result for creating/updating a single example.

Inheritance

object > UpsertExamplesResponse.Types.UpsertResult

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

UpsertResult()

public UpsertResult()

UpsertResult(UpsertResult)

public UpsertResult(UpsertExamplesResponse.Types.UpsertResult other)
Parameter
Name Description
other UpsertExamplesResponseTypesUpsertResult

Properties

Example

public Example Example { get; set; }

The example created/updated successfully.

Property Value
Type Description
Example

ResultCase

public UpsertExamplesResponse.Types.UpsertResult.ResultOneofCase ResultCase { get; }
Property Value
Type Description
UpsertExamplesResponseTypesUpsertResultResultOneofCase

Status

public Status Status { get; set; }

The error message of the example that was not created/updated successfully.

Property Value
Type Description
Status