Retrieves logs for a specific model deployment.
Bearer authentication using an access token. Format: Bearer <access_token>
Deployment ID to retrieve logs for. Must be provided.
User ID for authorization. Must be a valid UUID.
Optional start time for the logs query.
Optional end time for the logs query.
Optional limit for the logs query.
Optional direction for the logs query.
LOG_DIRECTION_UNSPECIFIED, LOG_DIRECTION_FORWARD, LOG_DIRECTION_BACKWARD A successful response.
GetModelLogsResponse contains the deployment logs.
Logs data.