Inline

data class Inline(val value: String) : WorkloadSpec

An inline YAML or JSON string that defines benchmark parameters.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this WorkloadSpec as a Inline and retrieves its kotlin.String value. Throws an exception if the WorkloadSpec is not a Inline.

Link copied to clipboard

Casts this WorkloadSpec as a Inline and retrieves its kotlin.String value. Returns null if the WorkloadSpec is not a Inline.