Class: Braintrust::Models::SummarizeDatasetResponse
- Defined in:
- lib/braintrust/models/summarize_dataset_response.rb
Instance Attribute Summary collapse
-
#data_summary ⇒ Braintrust::Models::DataSummary
Summary of a dataset's data.
-
#dataset_name ⇒ String
Name of the dataset.
-
#dataset_url ⇒ String
URL to the dataset's page in the Braintrust app.
-
#project_name ⇒ String
Name of the project that the dataset belongs to.
-
#project_url ⇒ String
URL to the project's page in the Braintrust app.
Method Summary
Methods inherited from BaseModel
#[], #initialize, #inspect, #to_h, #to_s
Constructor Details
This class inherits a constructor from Braintrust::BaseModel
Instance Attribute Details
#data_summary ⇒ Braintrust::Models::DataSummary
Summary of a dataset's data
29 |
# File 'lib/braintrust/models/summarize_dataset_response.rb', line 29 optional :data_summary, -> { Braintrust::Models::DataSummary } |
#dataset_name ⇒ String
Name of the dataset
9 |
# File 'lib/braintrust/models/summarize_dataset_response.rb', line 9 required :dataset_name, String |
#dataset_url ⇒ String
URL to the dataset's page in the Braintrust app
14 |
# File 'lib/braintrust/models/summarize_dataset_response.rb', line 14 required :dataset_url, String |
#project_name ⇒ String
Name of the project that the dataset belongs to
19 |
# File 'lib/braintrust/models/summarize_dataset_response.rb', line 19 required :project_name, String |
#project_url ⇒ String
URL to the project's page in the Braintrust app
24 |
# File 'lib/braintrust/models/summarize_dataset_response.rb', line 24 required :project_url, String |