ModelPackageMetricsSource

data class ModelPackageMetricsSource(val contentDigest: String? = null, val contentType: String, val s3Uri: String)

Represents a Metric Source Object.

Constructors

Link copied to clipboard
constructor(contentDigest: String? = null, contentType: String, s3Uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentDigest: String? = null

The digest of the metric source.

Link copied to clipboard

The type of content stored in the metric source.

Link copied to clipboard

The Amazon S3 URI for the metric source.