A project is an abstract resource that helps you group related BigML resources together. A project must have a name and optionally a category, description, and tags to help you organize and retrieve it. The complete and updated reference with all available parameters is in our documentation website.
상속: Response
예제 #1
0
 /// <summary>
 /// Create a project using supplied arguments.
 /// </summary>
 public Task<Project> CreateProject(Project.Arguments arguments)
 {
     return Create<Project>(arguments);
 }