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
892
892
Returns:
893
893
Project: The created project
894
-
894
+
895
+
NOTE: Only a dataset_name or dataset_id should be included
896
+
895
897
Examples:
896
898
>>> client.create_prompt_response_generation_project(name=project_name, dataset_name="new data set", project_kind=MediaType.LLMPromptResponseCreation)
897
899
>>> 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