Directly uploads a KFP artifact. The returned Operation will complete once the resource is uploaded. Package, Version, and File resources will be created based on the uploaded artifact. Uploaded artifacts that conflict with existing resources will be overwritten.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-17 UTC."],[[["This document describes the process for directly uploading a KFP artifact, which will create Package, Version, and File resources, overwriting any existing conflicting resources."],["The HTTP request for uploading a KFP artifact utilizes gRPC Transcoding syntax and requires specifying a location from a list of available options."],["Uploading a KFP artifact requires the `artifactregistry.kfpartifacts.create` IAM permission on the specified parent resource."],["The request body must include a JSON object with an array of `tags` and a `description` for the version."],["A successful upload returns a response body containing a JSON representation of an `Operation` object."]]],[]]