Cloud AI Platform v1 API - Class UpsertDatapointsRequest (2.26.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class UpsertDatapointsRequest.

Request message for [IndexService.UpsertDatapoints][google.cloud.aiplatform.v1.IndexService.UpsertDatapoints]

Inheritance

object > UpsertDatapointsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpsertDatapointsRequest()

public UpsertDatapointsRequest()

UpsertDatapointsRequest(UpsertDatapointsRequest)

public UpsertDatapointsRequest(UpsertDatapointsRequest other)
Parameter
NameDescription
otherUpsertDatapointsRequest

Properties

Datapoints

public RepeatedField<IndexDatapoint> Datapoints { get; }

A list of datapoints to be created/updated.

Property Value
TypeDescription
RepeatedFieldIndexDatapoint

Index

public string Index { get; set; }

Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}

Property Value
TypeDescription
string

IndexAsIndexName

public IndexName IndexAsIndexName { get; set; }

IndexName-typed view over the Index resource name property.

Property Value
TypeDescription
IndexName

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Update mask is used to specify the fields to be overwritten in the datapoints by the update. The fields specified in the update_mask are relative to each IndexDatapoint inside datapoints, not the full request.

Updatable fields:

  • Use all_restricts to update both restricts and numeric_restricts.
Property Value
TypeDescription
FieldMask