Trainings.createProject Method
Definition
Overloads
| createProject() |
Create a project.
|
| createProject(String name, CreateProjectOptionalParameter createProjectOptionalParameter) |
Create a project.
|
createProject()
Create a project.
public TrainingsCreateProjectDefinitionStages.WithName createProject()
Returns
TrainingsCreateProjectDefinitionStages.WithName
the first stage of the createProject call
createProject(String name, CreateProjectOptionalParameter createProjectOptionalParameter)
Create a project.
public Project createProject(String name, CreateProjectOptionalParameter createProjectOptionalParameter)
Parameters
- name
- String
Name of the project.
- createProjectOptionalParameter
- CreateProjectOptionalParameter
the object representing the optional parameters to be set before calling this API
Returns
the Project object if successful.
Exceptions
IllegalArgumentException
thrown if parameters fail the validation
CustomVisionErrorException
thrown if the request is rejected by server
RuntimeException
all other wrapped checked exceptions if the request fails to be sent