UploadedPythonPackageResponse

data class UploadedPythonPackageResponse(val fileHashes: FileHashesResponse, val pushTiming: TimeSpanResponse, val uri: String)

Artifact uploaded using the PythonPackage directive.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hash types and values of the Python Artifact.

Link copied to clipboard

Stores timing information for pushing the specified artifact.

Link copied to clipboard
val uri: String

URI of the uploaded artifact.