View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MutateDeployedIndexOperationMetadata (google_api_ai_platform v0.24.0)
Runtime operation information for IndexEndpointService.MutateDeployedIndex.
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.GoogleCloudAiplatformV1MutateDeployedIndexOperationMetadata{ deployedIndexId: String.t() | nil, genericMetadata: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t() | nil }