ProjectsModelsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  create(GoogleCloudMlV1Model request, String parent, {String? $fields})
    → Future<GoogleCloudMlV1Model>
  
  
- 
  Creates a model which will later contain one or more versions.
  
- 
  delete(String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Deletes a model.
  
- 
  get(String name, {String? $fields})
    → Future<GoogleCloudMlV1Model>
  
  
- 
  Gets information about a model, including its name, the description (if
set), and the default version (if at least one version of the model has
been deployed).
  
- 
  getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
    → Future<GoogleIamV1Policy>
  
  
- 
  Gets the access control policy for a resource.
  
- 
  list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
    → Future<GoogleCloudMlV1ListModelsResponse>
  
  
- 
  Lists the models in a project.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(GoogleCloudMlV1Model request, String name, {String? updateMask, String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Updates a specific model resource.
  
- 
  setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
    → Future<GoogleIamV1Policy>
  
  
- 
  Sets the access control policy on the specified resource.
  
- 
  testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields})
    → Future<GoogleIamV1TestIamPermissionsResponse>
  
  
- 
  Returns permissions that a caller has on the specified resource.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited