Class DatasetRun.Builder
java.lang.Object
com.langfuse.client.resources.commons.types.DatasetRun.Builder
- All Implemented Interfaces:
DatasetRun._FinalStage,DatasetRun.CreatedAtStage,DatasetRun.DatasetIdStage,DatasetRun.DatasetNameStage,DatasetRun.IdStage,DatasetRun.MetadataStage,DatasetRun.NameStage,DatasetRun.UpdatedAtStage
- Enclosing class:
DatasetRun
public static final class DatasetRun.Builder
extends Object
implements DatasetRun.IdStage, DatasetRun.NameStage, DatasetRun.MetadataStage, DatasetRun.DatasetIdStage, DatasetRun.DatasetNameStage, DatasetRun.CreatedAtStage, DatasetRun.UpdatedAtStage, DatasetRun._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()createdAt(OffsetDateTime createdAt) The date and time when the dataset run was createdId of the associated datasetdatasetName(String datasetName) Name of the associated datasetdescription(Nullable<String> description) Description of the rundescription(String description) Description of the rundescription(Optional<String> description) Description of the runfrom(DatasetRun other) Unique identifier of the dataset runMetadata of the dataset runName of the dataset runupdatedAt(OffsetDateTime updatedAt) The date and time when the dataset run was last updated
-
Method Details
-
from
- Specified by:
fromin interfaceDatasetRun.IdStage
-
id
Unique identifier of the dataset run
Unique identifier of the dataset run
- Specified by:
idin interfaceDatasetRun.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
Name of the dataset run
Name of the dataset run
- Specified by:
namein interfaceDatasetRun.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
metadata
Metadata of the dataset run
Metadata of the dataset run
- Specified by:
metadatain interfaceDatasetRun.MetadataStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
datasetId
Id of the associated dataset
Id of the associated dataset
- Specified by:
datasetIdin interfaceDatasetRun.DatasetIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
datasetName
Name of the associated dataset
Name of the associated dataset
- Specified by:
datasetNamein interfaceDatasetRun.DatasetNameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
The date and time when the dataset run was created
The date and time when the dataset run was created
- Specified by:
createdAtin interfaceDatasetRun.CreatedAtStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
updatedAt
The date and time when the dataset run was last updated
The date and time when the dataset run was last updated
- Specified by:
updatedAtin interfaceDatasetRun.UpdatedAtStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
description
Description of the run
- Specified by:
descriptionin interfaceDatasetRun._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
description
Description of the run
- Specified by:
descriptionin interfaceDatasetRun._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
description
Description of the run
- Specified by:
descriptionin interfaceDatasetRun._FinalStage
-
build
- Specified by:
buildin interfaceDatasetRun._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceDatasetRun._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceDatasetRun._FinalStage
-