View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadIndexDatapointsRequest (google_api_ai_platform v0.13.0)

The request message for MatchService.ReadIndexDatapoints.

Attributes

  • deployedIndexId (type: String.t, default: nil) - The ID of the DeployedIndex that will serve the request.
  • ids (type: list(String.t), default: nil) - IDs of the datapoints to be searched for.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadIndexDatapointsRequest{
    deployedIndexId: String.t() | nil,
    ids: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.