Interface CreateDatasetRunItemRequest._FinalStage
- All Known Implementing Classes:
CreateDatasetRunItemRequest.Builder
- Enclosing class:
CreateDatasetRunItemRequest
public static interface CreateDatasetRunItemRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()datasetVersion(OffsetDateTime datasetVersion) datasetVersion(Optional<OffsetDateTime> datasetVersion) ISO 8601 timestamp (RFC 3339, Section 5.6) in UTC (e.g., "2026-01-21T14:35:42Z").Metadata of the dataset run, updates run if run already existsobservationId(String observationId) observationId(Optional<String> observationId) runDescription(String runDescription) runDescription(Optional<String> runDescription) Description of the run.traceId should always be provided.
-
Method Details
-
build
CreateDatasetRunItemRequest build() -
additionalProperty
-
additionalProperties
CreateDatasetRunItemRequest._FinalStage additionalProperties(Map<String, Object> additionalProperties) -
runDescription
Description of the run. If run exists, description will be updated.
-
runDescription
-
metadata
Metadata of the dataset run, updates run if run already exists
-
metadata
-
observationId
-
observationId
-
traceId
traceId should always be provided. For compatibility with older SDK versions it can also be inferred from the provided observationId.
-
traceId
-
datasetVersion
ISO 8601 timestamp (RFC 3339, Section 5.6) in UTC (e.g., "2026-01-21T14:35:42Z"). Specifies the dataset version to use for this experiment run. If provided, the experiment will use dataset items as they existed at or before this timestamp. If not provided, uses the latest version of dataset items.
-
datasetVersion
-