Package com.braintrustdata.api.models
Class ProjectSettings
-
- All Implemented Interfaces:
public final class ProjectSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectSettings.BuilderA builder for ProjectSettings.
public final classProjectSettings.SpanFieldOrder
-
Method Summary
Modifier and Type Method Description final Optional<String>baselineExperimentId()The id of the experiment to use as the default baseline for comparisons final Optional<String>comparisonKey()The key used to join two experiments (defaults to input)final Optional<List<ProjectSettings.SpanFieldOrder>>spanFieldOrder()The order of the fields to display in the trace view final JsonField<String>_baselineExperimentId()Returns the raw JSON value of baselineExperimentId. final JsonField<String>_comparisonKey()Returns the raw JSON value of comparisonKey. final JsonField<List<ProjectSettings.SpanFieldOrder>>_spanFieldOrder()Returns the raw JSON value of spanFieldOrder. final Map<String, JsonValue>_additionalProperties()final ProjectSettings.BuildertoBuilder()final ProjectSettingsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectSettings.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectSettings. -
-
Method Detail
-
baselineExperimentId
final Optional<String> baselineExperimentId()
The id of the experiment to use as the default baseline for comparisons
-
comparisonKey
final Optional<String> comparisonKey()
The key used to join two experiments (defaults to
input)
-
spanFieldOrder
final Optional<List<ProjectSettings.SpanFieldOrder>> spanFieldOrder()
The order of the fields to display in the trace view
-
_baselineExperimentId
final JsonField<String> _baselineExperimentId()
Returns the raw JSON value of baselineExperimentId.
Unlike baselineExperimentId, this method doesn't throw if the JSON field has an unexpected type.
-
_comparisonKey
final JsonField<String> _comparisonKey()
Returns the raw JSON value of comparisonKey.
Unlike comparisonKey, this method doesn't throw if the JSON field has an unexpected type.
-
_spanFieldOrder
final JsonField<List<ProjectSettings.SpanFieldOrder>> _spanFieldOrder()
Returns the raw JSON value of spanFieldOrder.
Unlike spanFieldOrder, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProjectSettings.Builder toBuilder()
-
validate
final ProjectSettings validate()
-
builder
final static ProjectSettings.Builder builder()
Returns a mutable builder for constructing an instance of ProjectSettings.
-
-
-
-