v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have explanation_spec populated.

post/v1/{+endpoint}:explain

Path parameters

endpointstring required

Required. The name of the Endpoint requested to serve the explanation. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Request body

deployedModelIdstring

If specified, this ExplainRequest will be served by the chosen DeployedModel, overriding Endpoint.traffic_split.

{"stackTrail":"components:schemas:GoogleCloudAiplatformV1ExplainRequest:properties:parameters","oasType":"schema","type":"unknown","description":"The parameters that govern the prediction. The schema of the parameters may be specified via Endpoint's DeployedModels' Model's PredictSchemata's parameters_schema_uri."}

Response

Successful response