Imports an externally generated ModelEvaluation.
Endpoint
posthttps://{service-endpoint}/v1/{parent}/evaluations:import
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
parent
string
Required. The name of the parent model resource. Format: projects/{project}/locations/{location}/models/{model}
Request body
The request body contains data with the following structure:
modelEvaluation
object (ModelEvaluation
)
Required. Model evaluation resource to be imported.
Response body
If successful, the response body contains an instance of ModelEvaluation
.