Class SummarizeDatasetResponse
-
- All Implemented Interfaces:
public final class SummarizeDatasetResponseSummary of a dataset
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSummarizeDatasetResponse.BuilderA builder for SummarizeDatasetResponse.
-
Method Summary
Modifier and Type Method Description final StringdatasetName()Name of the dataset final StringdatasetUrl()URL to the dataset's page in the Braintrust app final StringprojectName()Name of the project that the dataset belongs to final StringprojectUrl()URL to the project's page in the Braintrust app final Optional<DataSummary>dataSummary()Summary of a dataset's data final JsonField<String>_datasetName()Returns the raw JSON value of datasetName. final JsonField<String>_datasetUrl()Returns the raw JSON value of datasetUrl. final JsonField<String>_projectName()Returns the raw JSON value of projectName. final JsonField<String>_projectUrl()Returns the raw JSON value of projectUrl. final JsonField<DataSummary>_dataSummary()Returns the raw JSON value of dataSummary. final Map<String, JsonValue>_additionalProperties()final SummarizeDatasetResponsevalidate()final SummarizeDatasetResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SummarizeDatasetResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SummarizeDatasetResponse. -
-
Method Detail
-
datasetName
final String datasetName()
Name of the dataset
-
datasetUrl
final String datasetUrl()
URL to the dataset's page in the Braintrust app
-
projectName
final String projectName()
Name of the project that the dataset belongs to
-
projectUrl
final String projectUrl()
URL to the project's page in the Braintrust app
-
dataSummary
final Optional<DataSummary> dataSummary()
Summary of a dataset's data
-
_datasetName
final JsonField<String> _datasetName()
Returns the raw JSON value of datasetName.
Unlike datasetName, this method doesn't throw if the JSON field has an unexpected type.
-
_datasetUrl
final JsonField<String> _datasetUrl()
Returns the raw JSON value of datasetUrl.
Unlike datasetUrl, 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.
-
_dataSummary
final JsonField<DataSummary> _dataSummary()
Returns the raw JSON value of dataSummary.
Unlike dataSummary, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final SummarizeDatasetResponse validate()
-
toBuilder
final SummarizeDatasetResponse.Builder toBuilder()
-
builder
final static SummarizeDatasetResponse.Builder builder()
Returns a mutable builder for constructing an instance of SummarizeDatasetResponse.
The following fields are required:
.datasetName() .datasetUrl() .projectName() .projectUrl()
-
-
-
-