All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
LLMObsExperimentDataAttributesRequest |
config(Map<String,Object> config) |
LLMObsExperimentDataAttributesRequest |
datasetId(String datasetId) |
LLMObsExperimentDataAttributesRequest |
datasetVersion(Long datasetVersion) |
LLMObsExperimentDataAttributesRequest |
description(String description) |
LLMObsExperimentDataAttributesRequest |
ensureUnique(Boolean ensureUnique) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentDataAttributesRequest object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Map<String,Object> |
getConfig()
Configuration parameters for the experiment.
|
String |
getDatasetId()
Identifier of the dataset used in this experiment.
|
Long |
getDatasetVersion()
Version of the dataset to use.
|
String |
getDescription()
Description of the experiment.
|
Boolean |
getEnsureUnique()
Whether to ensure the experiment name is unique.
|
Map<String,Object> |
getMetadata()
Arbitrary metadata associated with the experiment.
|
String |
getName()
Name of the experiment.
|
String |
getParentExperimentId()
Identifier of the parent (baseline) experiment this experiment is run against.
|
String |
getProjectId()
Identifier of the project this experiment belongs to.
|
Integer |
getRunCount()
Number of runs configured for this experiment.
|
int |
hashCode() |
LLMObsExperimentDataAttributesRequest |
metadata(Map<String,Object> metadata) |
LLMObsExperimentDataAttributesRequest |
name(String name) |
LLMObsExperimentDataAttributesRequest |
parentExperimentId(String parentExperimentId) |
LLMObsExperimentDataAttributesRequest |
projectId(String projectId) |
LLMObsExperimentDataAttributesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsExperimentDataAttributesRequest |
putConfigItem(String key,
Object configItem) |
LLMObsExperimentDataAttributesRequest |
putMetadataItem(String key,
Object metadataItem) |
LLMObsExperimentDataAttributesRequest |
runCount(Integer runCount) |
void |
setConfig(Map<String,Object> config) |
void |
setDatasetId(String datasetId) |
void |
setDatasetVersion(Long datasetVersion) |
void |
setDescription(String description) |
void |
setEnsureUnique(Boolean ensureUnique) |
void |
setMetadata(Map<String,Object> metadata) |
void |
setName(String name) |
void |
setParentExperimentId(String parentExperimentId) |
void |
setProjectId(String projectId) |
void |
setRunCount(Integer runCount) |
String |
toString() |