Cloud AI Platform v1 API - Class UpsertDatapointsRequest (2.5.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
RepeatedField<IndexDatapoint>

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