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

Runtime operation information for IndexEndpointService.DeployIndex.

Attributes

  • deployedIndexId (type: String.t, default: nil) - The unique index id specified by user
  • genericMetadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t, default: nil) - The operation generic information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployIndexOperationMetadata{
    deployedIndexId: String.t() | nil,
    genericMetadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.