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

Runtime operation information for IndexService.UpdateIndex.

Attributes

  • genericMetadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t, default: nil) - The operation generic information.
  • nearestNeighborSearchOperationMetadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadata.t, default: nil) - The operation metadata with regard to Matching Engine Index operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UpdateIndexOperationMetadata{
    genericMetadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t()
      | nil,
    nearestNeighborSearchOperationMetadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadata.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.