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

Request message for MetadataService.AddContextArtifactsAndExecutions.

Attributes

  • artifacts (type: list(String.t), default: nil) - The resource names of the Artifacts to attribute to the Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
  • executions (type: list(String.t), default: nil) - The resource names of the Executions to associate with the Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest{
    artifacts: [String.t()] | nil,
    executions: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.