Module spark_connect_rs::spark::add_artifacts_request
source · Expand description
Nested message and enum types in AddArtifactsRequest.
Structs§
- A chunk of an Artifact.
- A number of
SingleChunkArtifactbatched into a single RPC. - Signals the beginning/start of a chunked artifact. A large artifact is transferred through a payload of
BeginChunkedArtifactfollowed by a sequence ofArtifactChunks. - An artifact that is contained in a single
ArtifactChunk. Generally, this message represents tiny artifacts such as REPL-generated class files.
Enums§
- The payload is either a batch of artifacts or a partial chunk of a large artifact.