You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**kwargs: Additional parameters to pass see the create_project method
890
890
Returns:
891
891
Project: The created project
892
-
892
+
893
+
NOTE: Only a dataset_name or dataset_id should be included
894
+
893
895
Examples:
894
896
>>> client.create_prompt_response_generation_project(name=project_name, dataset_name="new data set", project_kind=MediaType.LLMPromptResponseCreation)
895
897
>>> This creates a new dataset with a default number of rows (100), creates new project and assigns a batch of the newly created datarows to the project.
0 commit comments