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
dataset_name: When creating a new dataset, pass the name
676
670
dataset_id: When using an existing dataset, pass the id
677
671
data_row_count: The number of data row assets to use for the project
678
-
**kwargs: Additional parameters to pass to the the create_project method
672
+
See create_project for additional parameters
679
673
Returns:
680
674
Project: The created project
681
675
682
676
Examples:
683
-
>>> client.create_model_evaluation_project(name=project_name, dataset_name="new data set")
677
+
>>> client.create_model_evaluation_project(name=project_name, media_type=dataset_name="new data set")
684
678
>>> 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.
685
679
686
680
>>> client.create_model_evaluation_project(name=project_name, dataset_name="new data set", data_row_count=10)
0 commit comments