View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpsertDatapointsRequest (google_api_ai_platform v0.24.0)
Request message for IndexService.UpsertDatapoints
Attributes
-
datapoints(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexDatapoint.t), default:nil) - A list of datapoints to be created/updated. -
updateMask(type:String.t, default:nil) - 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: * Useall_restrictsto update both restricts and numeric_restricts.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpsertDatapointsRequest{ datapoints: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexDatapoint.t()] | nil, updateMask: String.t() | nil }