public class ExperimentRunCreateResponseid is the dataset example UUID.
attachment_urls maps each attachment name to a pre-signed download URL.
created_at is when the example was created (RFC3339 date-time).
dataset_id is the parent dataset UUID.
inputs is the example input payload (arbitrary JSON object).
metadata is arbitrary user-defined JSON metadata on the example.
modified_at is when the example was last modified (RFC3339 date-time).
name is the example's optional name.
outputs is the example reference-output payload (arbitrary JSON object).
runs is the list of experiment runs produced for this example.
source_run_id is the run UUID the example was created from, if any.
Returns the raw JSON value of [id].
Returns the raw JSON value of [createdAt].
Returns the raw JSON value of [datasetId].
Returns the raw JSON value of [modifiedAt].
Returns the raw JSON value of [name].
Returns the raw JSON value of [runs].
Returns the raw JSON value of [sourceRunId].
Returns a mutable builder for constructing an instance of [ExperimentRunCreateResponse]..
id is the dataset example UUID.
id is the dataset example UUID.
attachment_urls maps each attachment name to a pre-signed download URL..
created_at is when the example was created (RFC3339 date-time).
created_at is when the example was created (RFC3339 date-time).
dataset_id is the parent dataset UUID.
dataset_id is the parent dataset UUID.
inputs is the example input payload (arbitrary JSON object)..
metadata is arbitrary user-defined JSON metadata on the example..
modified_at is when the example was last modified (RFC3339 date-time).
modified_at is when the example was last modified (RFC3339 date-time).
name is the example's optional name.
name is the example's optional name.
outputs is the example reference-output payload (arbitrary JSON object)..
runs is the list of experiment runs produced for this example.
runs is the list of experiment runs produced for this example.
Adds a single [QueryRunResponse] to [runs]..
source_run_id is the run UUID the example was created from, if any.
source_run_id is the run UUID the example was created from, if any.
Returns an immutable instance of [ExperimentRunCreateResponse].
Validates that the types of all values in this object match their expected types recursively.