resource

@NotNull
open fun <V, TL : SerialSegmentOps<V, TL>?> resource(@NotNull name: String, @NotNull deserializer: (in List<Segment<SerializedValue>>) -> out TL): TL

Query a resource profile from the external datasets associated with this plan.

Parameters

deserializer

constructor of the profile, converting SerializedValue

name

string name of the resource