Class SummarizeExperimentResponse
-
- All Implemented Interfaces:
public final class SummarizeExperimentResponseSummary of an experiment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSummarizeExperimentResponse.BuilderA builder for SummarizeExperimentResponse.
public final classSummarizeExperimentResponse.MetricsSummary of the experiment's metrics
public final classSummarizeExperimentResponse.ScoresSummary of the experiment's scores
-
Method Summary
Modifier and Type Method Description final StringexperimentName()Name of the experiment final StringexperimentUrl()URL to the experiment's page in the Braintrust app final StringprojectName()Name of the project that the experiment belongs to final StringprojectUrl()URL to the project's page in the Braintrust app final Optional<String>comparisonExperimentName()The experiment which scores are baselined against final Optional<SummarizeExperimentResponse.Metrics>metrics()Summary of the experiment's metrics final Optional<SummarizeExperimentResponse.Scores>scores()Summary of the experiment's scores final JsonField<String>_experimentName()Returns the raw JSON value of experimentName. final JsonField<String>_experimentUrl()Returns the raw JSON value of experimentUrl. final JsonField<String>_projectName()Returns the raw JSON value of projectName. final JsonField<String>_projectUrl()Returns the raw JSON value of projectUrl. final JsonField<String>_comparisonExperimentName()Returns the raw JSON value of comparisonExperimentName. final JsonField<SummarizeExperimentResponse.Metrics>_metrics()Returns the raw JSON value of metrics. final JsonField<SummarizeExperimentResponse.Scores>_scores()Returns the raw JSON value of scores. final Map<String, JsonValue>_additionalProperties()final SummarizeExperimentResponsevalidate()final SummarizeExperimentResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SummarizeExperimentResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SummarizeExperimentResponse. -
-
Method Detail
-
experimentName
final String experimentName()
Name of the experiment
-
experimentUrl
final String experimentUrl()
URL to the experiment's page in the Braintrust app
-
projectName
final String projectName()
Name of the project that the experiment belongs to
-
projectUrl
final String projectUrl()
URL to the project's page in the Braintrust app
-
comparisonExperimentName
final Optional<String> comparisonExperimentName()
The experiment which scores are baselined against
-
metrics
final Optional<SummarizeExperimentResponse.Metrics> metrics()
Summary of the experiment's metrics
-
scores
final Optional<SummarizeExperimentResponse.Scores> scores()
Summary of the experiment's scores
-
_experimentName
final JsonField<String> _experimentName()
Returns the raw JSON value of experimentName.
Unlike experimentName, this method doesn't throw if the JSON field has an unexpected type.
-
_experimentUrl
final JsonField<String> _experimentUrl()
Returns the raw JSON value of experimentUrl.
Unlike experimentUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_projectName
final JsonField<String> _projectName()
Returns the raw JSON value of projectName.
Unlike projectName, this method doesn't throw if the JSON field has an unexpected type.
-
_projectUrl
final JsonField<String> _projectUrl()
Returns the raw JSON value of projectUrl.
Unlike projectUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_comparisonExperimentName
final JsonField<String> _comparisonExperimentName()
Returns the raw JSON value of comparisonExperimentName.
Unlike comparisonExperimentName, this method doesn't throw if the JSON field has an unexpected type.
-
_metrics
final JsonField<SummarizeExperimentResponse.Metrics> _metrics()
Returns the raw JSON value of metrics.
Unlike metrics, this method doesn't throw if the JSON field has an unexpected type.
-
_scores
final JsonField<SummarizeExperimentResponse.Scores> _scores()
Returns the raw JSON value of scores.
Unlike scores, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final SummarizeExperimentResponse validate()
-
toBuilder
final SummarizeExperimentResponse.Builder toBuilder()
-
builder
final static SummarizeExperimentResponse.Builder builder()
Returns a mutable builder for constructing an instance of SummarizeExperimentResponse.
The following fields are required:
.experimentName() .experimentUrl() .projectName() .projectUrl()
-
-
-
-