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

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

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

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

Inheritance

object > UpsertExamplesRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

UpsertExamplesRequest()

public UpsertExamplesRequest()

UpsertExamplesRequest(UpsertExamplesRequest)

public UpsertExamplesRequest(UpsertExamplesRequest other)
Parameter
Name Description
other UpsertExamplesRequest

Properties

ExampleStore

public string ExampleStore { get; set; }

Required. The name of the ExampleStore resource that examples are added to or updated in. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

Property Value
Type Description
string

ExampleStoreAsExampleStoreName

public ExampleStoreName ExampleStoreAsExampleStoreName { get; set; }

ExampleStoreName-typed view over the ExampleStore resource name property.

Property Value
Type Description
ExampleStoreName

Examples

public RepeatedField<Example> Examples { get; }

Required. A list of examples to be created/updated.

Property Value
Type Description
RepeatedFieldExample

Overwrite

public bool Overwrite { get; set; }

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.

Property Value
Type Description
bool