pub async fn get_tensor_info(
__arg0: State<GatewayState>,
__arg1: Path<String>,
) -> Result<Json<TensorInfoResponse>, TensorError>Expand description
Get tensor metadata only
GET /v1/tensor/{cid}/info
Retrieves only tensor metadata without downloading the full data.