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].
Implements
IMessageUpsertExamplesRequest, IEquatableUpsertExamplesRequest, IDeepCloneableUpsertExamplesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |