ProjectsLocationsEvaluationSetsResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  create(GoogleCloudAiplatformV1EvaluationSet request, String parent, {String? $fields})
    → Future<GoogleCloudAiplatformV1EvaluationSet>
  
  
- 
  Creates an Evaluation Set.
  
- 
  delete(String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Deletes an Evaluation Set.
  
- 
  get(String name, {String? $fields})
    → Future<GoogleCloudAiplatformV1EvaluationSet>
  
  
- 
  Gets an Evaluation Set.
  
- 
  list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
    → Future<GoogleCloudAiplatformV1ListEvaluationSetsResponse>
  
  
- 
  Lists Evaluation Sets.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(GoogleCloudAiplatformV1EvaluationSet request, String name, {String? updateMask, String? $fields})
    → Future<GoogleCloudAiplatformV1EvaluationSet>
  
  
- 
  Updates an Evaluation Set.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited