Sample

class Sample

Represents a sample of performance data.

Device Farm does not support performance data samples during test executions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The sample's ARN.

Link copied to clipboard

The sample's type.

Link copied to clipboard
val url: String?

The presigned Amazon S3 URL that can be used with a GET request to download the sample's file.

Functions

Link copied to clipboard
inline fun copy(block: Sample.Builder.() -> Unit = {}): Sample
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String