Full name: projects.locations.evaluationSets.patch
Updates an Evaluation Set.
Endpoint
patchhttps://aiplatform.googleapis.com/v1/{evaluationSet.name}
PATCH https://aiplatform.googleapis.com/v1/{evaluationSet.name}
Path parameters
evaluationSet.name
string
Identifier. The resource name of the EvaluationSet. Format: projects/{project}/locations/{location}/evaluationSets/{evaluationSet}
Query parameters
Optional. The update mask applies to the resource. For the FieldMask
definition, see google.protobuf.FieldMask
.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo"
.
Request body
The request body contains an instance of EvaluationSet
.
Response body
If successful, the response body contains an instance of EvaluationSet
.